function
A bukkit plugin that provides account protection (login management), cloud messaging, and other functions
Warning: Please run "LocalServer" first!
=========================
Function List:
- Account protection (login management):
(1) Players need to register on the webpage registration page
(2) Administrators (not in-game) need to review on the webpage review page
(3) After passing the review, players can log in to the game using the game account and password used during registration
- Cloud message:
(1) When a player in the server sends a message, the web cloud message page will synchronize the message within 2 seconds (usually 1 second)
(2) When a player in the web cloud message page sends a message, the server will synchronize the message within 2 seconds (usually 1 second)
- AI chat:
(1) Use '- chat content' to chat with chatGLM4 Flash!
Note: To prevent the "domestication" model from being a special existence such as a cat girl, the continuous dialogue function is not reserved for the model
- Player online status update:
(1) When a player joins the server, the status is "join"
(2) When a player joins the server, the status is "login"
(3) You can send GET requests to the "/layers online/" router on the LocalServer to obtain the list and status of online players
(4) Visit the online player page of the webpage to view the list and status of online players
- Obtain the player's head:
(1) Administrators have no frequency limit, with a single quantity of 1-64
(2) The number of times to adjust the frequency limit in the profile of ordinary players is 1
=========================
Route description:
Registration page routing: "/"、"/login/"
Review page routing: "/audit/"
Cloud message page routing: "/cloud_message/"
Online player (page) routing: "/players_online/"
Information
| Category | Admin Tools |
|---|---|
| Published on | January 26, 2025 |
| License | Apache 2.0 |
| Downloads | 6 |
| Stars | 0 |
| Watchers | 0 |