Skip to content

v2.4.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@smell-of-curry smell-of-curry released this 07 Oct 16:57
· 89 commits to main since this release

removed cps protection
Switched over all files from js -> ts
Fixed a bug when getting the role of a player
added a new allowedEntitys property for RegionPermissions
region manager will now kill entity's that are not in the allowedEntitys
added new property to DEFAULT_REGION_PERMISSIONS allowedEntitys
new default for allowedEntitys ["minecraft:player", "minecraft:npc", "minecraft:item"] (note these entitys will not be killed inside a region by default, YOU NEED TO ADD MORE ENTITYS THAT YOU DO NOT WANT TO BE KILLED )
Updated changePermission method types on class Region to take key as a list of RegionPermission keys, also the value must be the same as the RegionPermission key type
changed playerInRegion method to entityInRegion in Region class
added new removeAll subcommand to region command ( removes all regions that exist )
added 2 new subCommand to region permission subcommand, -region permission entities add <entity: string> (adds a allowed entity to the current region the player is in ), -region permission entities remove <entity: string> (removes a allowed entity to the current region the player is in )
Added a customizable appeal link to the ban message
Added a new subCommand -config setAppealLink <link: string> (Allowes you to change the appeal link in gamefixed -help command to displaycommands.help.header`
Speed up and improved ender chest viewer thanks to @mrpatches123#0348 and @Asteroid#1000
Removed commands from being customizable in-game
Removed managers from being customizable in-game
Removed pages from being customizable in-game
Removed protections from being customizable in-game
SO MUCH MORE.....