NOTE THAT THIS IS A DEV-VERSION AND NOT STABLE AND FINISHED YET! TO DOWNLOAD THE STABLE-BUILD GO TO:
[!] since version v0.4.7-dev: [!]
The current build is tested with Minecraft 1.19.x only!
New
- updated plugin to support latest api version (1.19)
- updated plugin to support latest Java version (1.17)
- added custom time stamps to /time command
- /time <day/night/custom>
- Permissions:
- system.time
- system.time.day
- system.time.night
- system.time.custom
- added PrefixSystem
- Players now have a custom prefix in front of their name in:
- Chat
- Tablist
- when joining the server
- when disconnecting from server
- The new Prefixsystem in connected to the diffrent ranks, given in 'System'
- PrefixSystem supports the /afk command. Players can see in tablist or the chat, which player is afk.
- added new Teleport Command
- /teleport <player / x/y/z>
- Permissions:
- system.teleport - all teleport commands
- system.teleport.player - only to teleport to diffrent players
- system.teleport.location - only to teleport to diffrent locations
- added new Tablist Command
- /tablist [reload]
- reload the tablist after changing config settings
- added support for HEX-Codes in all Messages
- only available for minecraft/server versions above 1.16.x[!]
Improvements
- fixed config output for FIrstLogin and LastLogin in SystemPlayerData
- fixed output for ping command which caused a wrong ping shown to you, when wanting to know the ping of other players
- added %ping% placeholder to ping command for better customizing the messages
- code accessabiltiy changes
- updated InventoryHandlers to newest version (1.19)
- changed some messages
- corrected spelling errors
- changed some message saving locations for better categorization
- added short commands for /weather <s/r/t> (Sun | Rain | Thunder)
- You could deactivate fly mode whilst in creative or spectator mode
- updated skull command to support latest api version
- changed skull command to new placeholder system and removed about 30 lines of code
- changed gamemode command to support new placeholder system and removed about 70 lines of code
- changed vote command to support new placeholder system and removed about 110 lines of code
- added option so fly can't be disabled for other players when whilst they're in gamemode or spectator mode
- changed back command file saving directory from /System/utils/back to /System/locations/back
- changed permissions for following commands:
- /repair: system.repair.item
- /repair all: system.repair.inventory
- for both repair commands: system.repair
- fixed usage output for:
- /chatclear
- /skull
- /gamemode
- fixed ping command output - wrong file path got choosen
- fixed time command wasn't able to handle custom time codes correctly
- fixed message output for back command when deleting a file
Removed/Deprecated
- removed Permissions for Tabs in SettingsUI
- removed some deprecated staff from SystemAPI
- removed enchant command
- removed %sender% placeholder from commands because of low usage casses