Changelog

Changelog

1.8.1

  • Compiled for Craftbukkit 1.6.4-R1.0
  • Uses less magic values

1.8.0

  • Compiled for Craftbukkit 1.6.2-R1.0
  • New commands in category player:
    • hide > Hides a player from others
    • setflyspeed > Sets or resets flying speed of a player
    • setmaxair > Sets or resets maximum air of a player
    • setmaxhealth > Sets or resets maximum health of a player
    • settimeabsolute > Sets or resets absolute time of a player
    • settimerelative > Sets or resets relative time of a player
    • setwalkspeed > Sets or resets walking speed of a player
    • setweather > Sets or resets weather of a player
    • weather > Shows the weather of a player
  • Added category worldinfo with commands:
    • entity > Lists the count of entities of a world
    • gamerule > Lists the gamerules of a world
    • info > Shows informations about a world
    • livingentity > Lists the count of living entities of a world
    • weather > Shows weather of a world
  • Several internal changes
  • Minor bugfixes

1.7.0

  • Compiled for Craftbukkit 1.5.2-R1.0
  • Separated configuration for update-check
  • Checks other plugins for reserved commands
  • Added available parameters to alias-system:
    • <paramX> - The Xth commited parameter
    • <param?> - An optional parameter
    • <param*> - All commited parameters not assigned to a position
    • <player_name> - Name of executing player
    • <player_nick> - Displayname of executing player
    • <player_world> - Worldname of executing player
    • <player_x> - x-coordinate of executing player
    • <player_y> - y-coordinate of executing player
    • <player_z> - z-coordinate of executing player
    • <item_name> - Name of item in hand of executing player
    • <item_id> - ID of item in hand of executing player
    • <item_data> - Data of item in hand of executing player
    • <waitX> - Wait X ticks before executing command
  • New commands in category player:
    • alwaysfly > Let a player fly, without landing
    • build > Let a player build, without interactions
    • cleanchat > Cleans chat of a player
    • enchanting > Opens enchanting interface for a player
    • enderchest > Opens enderchest for a player
    • fly > Let a player fly
    • freeze > Freezes a player
    • ip > Shows ip of a player
    • item > Shows information about item in hand of player
    • leveldown > Decrements a players level by one
    • levelreset > Sets a players level to zero
    • levelup > Increments a players level by one
    • mute > Mutes a player
    • starve > Starves a player
    • workbench > Opens workbench for a player
  • New command in category serverinfo:
    • ram > Shows information about ram of server
  • Added category give with commands:
    • chest > Gives items filling an amount of chests
    • item > Gives an amount of an item
    • stack > Gives an amount of stacks of an item
  • Added category sudo with commands:
    • all > Make all players online execute a given command
    • console > Executes a given command from console
    • player > Make a given player execute a given command
    • world > Make all players online on a given world execute a given command
  • Added informations to category player, type info
  • Several internal changes

1.6.1

  • Compiled for Craftbukkit 1.5.1-R0.2

1.6.0

  • Compiled for Craftbukkit 1.5.1-R0.1
  • Added Tab-Completion for /zeltcmds
  • Added configurationkey 'casesensitive' for handling commands of ZeltCmds casesensitive or not
  • New commands in category teleport:
    • m2d > Teleports the player to the location of last death
    • m2l > Teleports the player back to the last location ported from
    • mod > Teleports the player forward over a given distance
    • p2d > Teleports a player to the location of last death
    • p2l > Teleports a player back to the last location ported from
  • Minor bugfixes

1.5.2

  • Compiled for Craftbukkit 1.4.7-R1.0

1.5.1

  • Compiled for Craftbukkit 1.4.7-R0.1

1.5.0

  • Compiled for Craftbukkit 1.4.6-R0.3
  • Updatecheck added:
    • Notify updates on serverstart and logging in of ops
    • Configurationkey checkUpdate for de-/activation
  • alias-system can combine multiple commands (see reference)
  • New command in category player:
    • time > Shows ingame-time of player
  • Several ports looking for safe destination
  • Minor bugfixes

1.4.0

  • Compiled for Craftbukkit 1.4.5-R0.2
  • /zeltcmds list is now splitted in pages
  • alias-system added
    • Works in general, not only with commands of ZeltCmds
    • Supports parameters within aliases
    • /zeltcmds addalias > Adds a new alias
    • /zeltcmds listalias > Lists defined aliases
    • /zeltcmds removealias > Removes a alias
    • Examples at reference
  • Configurationkey logMsg renamed to logCmd. Doesnt reset config
  • New commands in category teleport:
    • m2e > Teleports the player to exact position
    • m2wc > Teleports the player to highest block at coordinates on given world
    • m2we > Teleports the player to exact position on given world
    • p2e > Teleports a player to exact position
    • p2wc > Teleports a player to highest block at coordinates on given world
    • p2we > Teleports a player to exact position on given world
  • Minor bugfixes

1.3.1

  • Compiled for Craftbukkit 1.3.2-R3

1.3.0

  • Compiled for Craftbukkit 1.3.2-R2
  • Added category serverinfo with commands:
    • blacklist > Shows blacklist
    • info > Shows information of server
    • onlinelist > Shows list of onlineplayers
    • oplist > Shows list of ops
    • whitelist > Shows whitelist
    • worldlist > Shows list of worlds

1.2.0

  • Compiled for Craftbukkit 1.3.2-R1
  • Added category spawn with commands:
    • cursor > Spawns entity at position of cursor
    • player > Spawns entity at position of player
  • Changed examplecommands
  • Minor bugfixes

1.1.0

  • Added command: teleport - m2b > Teleports the player to bedspawn of a player
  • Added command: teleport - p2b > Teleports a player to bedspawn of a player
  • Minor bugfixes

1.0.0

  • Initial Release