Skip to content

Latest commit

 

History

History
223 lines (189 loc) · 11.8 KB

.changlogs.md

File metadata and controls

223 lines (189 loc) · 11.8 KB

Changelogs

Changelog V0.4.0-BETA » V0.4.1-BETA

This version doesn't contain any major code changes from the previous version.

  • Add support for MCPE 1.16.210 [Update protocol support: 428]
  • Version bump

Changelog V0.4.1-BETA » V1.0.0

This version contains some important code changes from the previous version, but not as many API changes.

  • Add homes
  • Use waterdog api [remove mcpe-protocol]
  • add some new api functions
  • add default config and message config update check
  • convert some commands to command files
  • Version bump

Changelog V1.0.0 » V1.1.0

This version contains some important code changes from the previous version, but not as many API changes.

  • Add homes
  • some code changes for waterdog teleport [add mcpe-protocols again]
  • add transfer functions for proxy teleport to the api
  • convert all commands to command files
  • change permission names
  • remove some command aliases
  • Version bump

Changelog V1.1.0 » V1.2.0

This version doesn't contain any major code changes from the previous version.

  • add Warps
  • add warp api functions
  • add new commands for warps
  • configuration file updates (config.yml & messages.yml)
  • Version bump

Changelog V1.2.0 » V1.2.1

This update is only a bug fix update.This version doesn't contain any major code changes from the previous version.

  • Bug fix: Fix an Internal Server Error when player respawns
  • Version bump

Changelog V1.2.1 » V1.2.2

This update is only a protocol fix update.This version doesn't contain any major code changes from the previous version.

  • Add protocol 431 for MCPE v1.16.220
  • mini bug fix for poggit
  • Version bump

Changelog V1.2.2 » V1.2.3

This update is only a bug fix and better translation update.This version doesn't contain any major code changes from the previous version.

  • fix a misstake in config.yml
  • add commands part to README.md
  • Version bump

Changelog V1.2.3 » V1.2.4

This update is only a bug fix update.This version doesn't contain any major code changes from the previous version.

  • fix a bug on hub set
  • Version bump

Changelog V1.2.4 » V1.2.5

This version doesn't contain any major code changes from the previous version. It's only a feature update.

  • add customizable prefix
  • Version bump

Changelog V1.2.5 » V1.3.0

This version doesn't contain any major code changes from the previous version. It's only a feature update.

  • add random(/multi)-hubs (#12)
  • Commands are now hidden for players who are not authorized to do so (#13)
  • add new functions for random(/multi)-hubs

Changelog V1.3.0 » V1.3.1

This version doesn't contain any major code changes from the previous version. It's only a feature update.

  • Better updating of configuration files: config.yml & messages.yml are now creating a new file called filenameOld.yml, there you can get the old settings of the configs
  • New option in config.yml: hub-teleport-on-join [default: true]
  • Teleport player to hub, when the player is Joining
  • Version bump

Changelog V1.3.1 » V1.3.2

This update is only a protocol fix update.This version doesn't contain any major code changes from the previous version.

  • Add protocol 440 for MCPE v1.17.0
  • Version bump

Changelog V1.3.2 » V1.3.3

This update is only a protocol fix update.This version doesn't contain any major code changes from the previous version.

  • Add protocol 448 for MCPE v1.17.10
  • Better updating of the config files
  • Version bump

Changelog V1.3.3 » V1.4.0

This version doesn't contain any major code changes from the previous version. It's only a feature and bug fix update.

  • [NEW] - TPAs (/tpa, /tpahere, /tpaccept, /tpdecline)
  • [NEW] - Spawn delay
  • [CHANGE] - Better configuration file updating
  • [FIX] - Fixed a bug, when no hub is set (the player will teleported to the spawn of the default level)
  • [FIX] - Fixed a respawn bug
  • [VERSION] - Version bump

Changelog V1.4.0 » V1.4.0-PM4

  • [NEW] - Added support for PocketMine-MP 4
  • [CHANGE] - Code changes for PM4

Changelog V1.4.1 » V1.4.2

This version doesn't contain any major code changes from the previous version. It's only a protocol update.

  • [FIX] - some fixes for TPAs and homes
  • [PROTOCOL] - added support for protocol-version 471 (MCPE 1.17.40)
  • [VERSION] - Version bump

Changelog V1.4.2 » V1.4.3

This version doesn't contain any major code changes from the previous version. It's only a protocol update.

  • [FIX] - fixed issue #27
  • [CHANGE] - some codes are now using new php8.0 features (for constructors)
  • [VERSION] - Version bump

End of theSpawn PM3 support


Changelog V1.4.3 » V1.5.0 (additional update from PM3 branch)

This version doesn't contain any major code changes from the previous version. It's only a feature and bug fix update.

  • [NEW] - warp permissions [default: false]
  • [NEW] - Forms for warps and homes (with FormAPI) [default: false]
  • [NEW] - message system [Thank you @AyzrixYTB]
  • [CHANGE] - Renamed: WarpInfo::getLevel() -> WarpInfo::getWorld(), HomeInfo::getLevel() -> HomeInfo::getWorld()
  • [CHANGE] - Old message configurations will only work, if messages.yml will reactivate, you can do that when you set the message-config in the config.yml to CUSTOM (don't forget to update the version in messages.yml)
  • [FIX] - Fixed a bug in AliasMap.php
  • [FIX] - Config comments will no longer removed when theSpawn gets informations from the config
  • [UPDATE] - Updated some codes to new php8.0 features (the updated codes are looking better now)
  • [VERSION] - Version bump

Changelog V1.5.0 » V1.5.1

This version doesn't contain any major code changes from the previous version. It's only a bug fix update.

  • [FIX] - Fixed a bug on player respawn
  • [VERSION] - Version bump

Changelog V1.5.1 » V1.5.2

This version doesn't contain any major code changes from the previous version. It's only a bug fix update.

  • [FIX] - Tasks are now properly canceled
  • [VERSION] - Version bump

Changelog V1.5.2 » V1.5.3

This version doesn't contain any major code changes from the previous version. It's only a bug fix update.

  • [FIX] - Custom messages are now working
  • [VERSION] - Version bump

Changelog V1.5.3 » V1.5.4

This version doesn't contain any major code changes from the previous version. It's only a bug fix update.

  • [FIX] - Fixed some bugs with warp permissions and forms
  • [VERSION] - Version bump

Changelog V1.5.4 » V1.6.0

This version doesn't contain any major code changes from the previous version. It's only a feature and bug fix update.

  • [NEW] - added bypass permission theSpawn.bypass
  • [NEW] - added more forms for homes and warps (sethome, delhome, setwarp, delwarp)
  • [NEW] - added a new permission: theSpawn.warp.admin - teleport you to all warps with or without the permission for the warp
  • [UPDATE & FIX] - WarpInfo::getPermission() will now register the permission if the permission isn't registered
  • [FIX] - fixed a crash on updating messages.yml (custom messages)
  • [VERSION] - Version bump

Changelog V1.6.0 » V1.6.1

This version doesn't contain any major code changes from the previous version. It's only a code cleanup and poggit compatiblity update.

  • [CLEANUP] - big code cleanup for theSpawn's commands
  • [POGGIT] - forms are no longer dispatching commands
  • [VERSION] - Version bump

Changelog V1.6.1 » V1.6.2-dev

This version does contain some code changes from the previous version. It's only a code cleanup and bug fix update.

  • [FIXED] - TPA's cannot be awnsered (#32)
  • [CLEANUP] - sourced out events from theSpawn.php to EventListener.php
  • [VERSION] - Version bump

Changelog V1.6.2 » V1.7.0-dev

This version does contain some code changes from the previous version. It's a feature and bug fix update.

  • ⚠️ [CHANGE] - warp permissions will now be true or false!! Custom permissions like "warp.perm.name" are no longer supported!! All warp permissions will now have the following format: theSpawn.warp.name
  • [NEW] - Added warp-icons (#31)
  • [NEW] - max homes permissions (theSpawn.homes.<amount> (for example: theSpawn.homes.3), theSpawn.homes.unlimited)
  • [NEW] - added sound (XpCollectSound) to the tpa-countdown
  • [CHANGE] - theSpawn::getHomeInfo() now returns the HomeInfo-Class or null
  • [CHANGE] - theSpawn::getWarpInfo() now returns the WarpInfo-Class or null
  • [CHANGE] - WarpInfo::exists()is now a private function (use theSpawn::existsWarp() instead)
  • [FIX] - fixed some bugs with warp permissions
  • [VERSION] - Version bump

Changelog V1.7.0-dev » V1.7.0

This version does contain some code changes from the previous version but breaking API changes. It's a feature update.

  • ⚠️ [NEW] - added support for player yaw and pitch (#33) - API backward compatiblity breakes!!
    • theSpawn::getHome(), theSpawn::getWarp(), theSpawn::getSpawn(), theSpawn::getRandomHub(), theSpawn::getHub() can now all return the Location-class too
    • all methods to set warps, homes, hubs and spawns are now supporting yaw and pitch as float and some methods got breaking API changes!!
  • [TRANSLATIONS] - @MrBlasyMSK added a new translation: Spanish (#34)
  • [VERSION] - bumped to the 2nd development version

Changelog v1.7.0 » v1.8.0

This version does contain some code changes from the previous version. It's a feature update.

  • [NEW] - added warp editing (#35)
    • added new command: /editwarp - edit a warp
  • [NEW] - added home editing (#38)
    • added new command: /edithome - edit a home
  • [NEW] - added new command: /back - Teleports you to the position where you have died (#43)
    • added config tags: use-back-command [true | false] ; back-time [int/number (in minutes)]
  • [NEW] - added hub teleport on death (#39)
    • added config tag: hub-teleport-on-death [true | false]
  • [NEW] - BETA-feature: added position-checks (default: false)
    • added theSpawn::isPositionSafe(Position|Location $position): bool to check if a position is safe
    • This is a beta-feature, it can contain bugs.

  • [NEW] - added a website for theSpawn
  • [VERSION] - bumped to 1.8.0

Changelog v1.8.0 » v1.8.1

This version doesn't contain major code changes from the previous version. It's a bug fix and (small) feature update.

  • [NEW] - added auto-complete for /tpaccept and /tpdecline #53
  • [FIX] - fixed #53
  • [FIX] - fixed some other known bugs with tpa's
  • [VERSION] - bumped to 1.8.1

Changelog v1.8.1 » v1.8.2

This version doesn't contain major code changes from the previous version. It's a small bug fix update.

  • [FIX] - fixed some other known bugs with aliases
  • [VERSION] - bumped to 1.8.2

Changelog v1.8.2 » v1.8.3

This version doesn't contain major code changes from the previous version. It's a small bug fix update.

  • [FIX] - fixed a bug on trying to teleport to a non existing home
  • [CHANGE] - /home, /sethome and the /delhome command are now using all command-arguments instead of only the first argument
  • [VERSION] - bumped to 1.8.2