Skip to content

Releases: kivattt/kivaserverutils

1.2.0

21 Oct 23:16
Compare
Choose a tag to compare
  • Fixed /pronounsset to be OP-only
  • /spawnset now also sets where players respawn, only overworld supported (Does not write any world data, your world spawn is untouched if you remove this mod)
  • /nick now disallows setting your nickname to another players username (case-insensitive)
  • For operators, /nick doesn't check if the nickname is allowed
  • Documented issue with teleporting in the README.md

1.1.0

15 Oct 17:56
Compare
Choose a tag to compare

Adds /namecolor and /namecolorreset

1.0.0

13 Oct 12:02
Compare
Choose a tag to compare
  • Dimension support for /home and /spawn
  • Tweaked mob spawning (Less mobs above 2 players, more mobs otherwise)
  • Made /spawnset act like /sethome, not using any coordinate arguments
  • Added /spawnwhere command
  • Added /homewhere command
  • Fixed an edge case bug where spawnreset wouldn't persist over server restart
    by deleting spawncommandlocation.txt on server stop if no spawn set

For server owners:

This update assumes the dimension is overworld (0) for any existing player homes using the
old file format for backwards compatibility

If any players have set a home in the nether on a previous version of KivaServerUtils,
you may want to delete or manually edit mods/KivaServerUtils/playerhomes.txt
on your server to change the dimension manually.

Example playerhomes.txt in the new format:

wryern=1227.8110946978245 65.0 2724.5525272599257 0
kivattt=-178.32606977026998 79.0 221.221679180491 -1

username=x y z dimension integer

Dimension integers:
-1 = Nether, 0 = Overworld
(ReIndev sky islands are considered overworld)

0.8.0

29 Sep 19:13
Compare
Choose a tag to compare

Adds usernames to chest/crate logging

0.7.0

28 Sep 01:04
Compare
Choose a tag to compare

Mobcap! This will improve players ping by a lot when there are more than ~2 or 3 players on the server while mob spawning is enabled.

New command:
/mobcapdisabled <true or false> (OP-only command)

Other changes:
/nicklist and /pronounslist now display "There are no ..." when no nicknames/pronouns have been set by any player

0.6.6

27 Sep 13:10
Compare
Choose a tag to compare

Bugfix release for /sethome when there is no mods/playerhomes.txt file present

0.6.5

27 Sep 12:45
Compare
Choose a tag to compare

/home and /sethome are now configurable to be enabled/disabled with /homecommandsdisabled

New commands:
/homecommandsdisabled <true or false> (OP-only) command

0.6.0

27 Sep 12:24
Compare
Choose a tag to compare
  • Player usernames (not just nicknames) are now shown in server console
  • Whether explosions break chests and crates is now configurable

New commands:
/explosionsbreakchests <true or false> (OP-Only command)
/kivashowconfig

0.5.0

25 Sep 21:02
Compare
Choose a tag to compare
Initial commit