Releases: kivattt/kivaserverutils
Releases · kivattt/kivaserverutils
1.7.7
- Added
/commandcooldown <seconds>
for command cooldowns for non-OP players
1.7.6
- Made chest/crate logging easier to read e.g. "username in Chest: Took out 1 diamond, Put in 1 obsidian"
1.7.5
- Use more sensible limits for chunk sending, instead of effectively removing the limit. This will hopefully make the server halt less when players teleport
1.7.4
- Periodically saves mod data every minute
- Adds
/afk
command
1.7.3
- Hotfix to fix a kick by increasing the packet sending size threshold before the
disconnect.overflow
kick
1.7.2
- Effectively removes the speed limit for sending chunks, in conjunction with the FasterMultiplayer client mod, it speeds up teleports and chunk downloading in general for clients
1.7.1
- Fix a bug where flags don't show up if no pronouns have been set by the player
1.7.0
- Adds customizable flags to chat, new
/flag
/flagreset
commands
- Adds warp commands:
/warp
/warps
/warpset
/warpdel
/warprename
/warpcommandsdisabled
- Adds
/renamehome
- Fix bugs with
/protect
where you could name regions an empty string
- Rename colors to be more sane e.g. gold -> orange, aqua -> lightblue
- Small command output changes
Big thanks to @Fox2Code for their FoxLoader updates :3
1.6.6
- Added new commands
/pronounscolor
, /pronounscolorreset
(and aliases with "colour")
- Fixes the first character of chat messages fading out earlier than others
- Adds "You can't have spaces in your home name" message for
/sethome
when more than 1 argument
1.6.5
Now leads (non-operator) players to the correct command when accidentally using /pronounsset
or /nickset
, instead of /pronouns
or /nick
respectively