Changes and Fixes
Fixed Teleportation Issues:
- Player spawn points are now properly saved and loaded.
- Resolved the issue with players being teleported to unintended locations on first join.
Improved Command Auto-Completion:
- Updated
/tpa
and/msg
commands to useEntityArgument.player()
instead ofStringArgumentType.word()
for better player name auto-completion.
Reliable Data Handling:
- Ensured that data like homes, warps, AFK status, last locations, and teleportation requests are saved and loaded correctly.
CoreCommands v1.0.1
New Commands
/back
: Teleports players to their last location./afk
: Toggles AFK status and untoggle./rules
: Displays server rules./msg
: Sends private messages to other players.
Enhancements
- Case-Insensitive Names: Home and warp names are now case-insensitive.
- Tab Completion: Added tab completion for home and warp names.
- Improved Messaging: Enhanced message formatting with multiple colors for clarity.
- Customizable Rules: Added a rules file for server owners to customize rules.