Protect chests, doors, furnaces, all blocks, GUI based, Flags, Economy, Full customizeable
+ Changed: Default notification messages are now being sent as an actionbar instead
of a chat message. This does not affect existing installations.
+ Added: Server bank
# Server bank account name. Upkeep will go here. Empty means, that this feature is disabled.
server-bank: ''
+ Added: Strict currency item comparison
items:
# If enabled, only items that have the same name, lore etc. will belong to the currency.
# Not just items of the same type or items with the same model-data.
strict: false
+ Added: [#] Option to set default state of chestprotect-lock flag
# chestprotect-lock flag that allows you to prevent locking objects in plugins like WorldGuard.
flag:
# Apply the chestprotect-lock flag also to global regions in world manager plugins, like WorldGuard?
# For Lands use /lands admin wilderness instead.
# This option requires server reload / restart.
global-regions: false
# Default state of the lock flag. If you use ProtectionStones, then you might want to set this to true.
default-state: false
+ Added: [Suggestion] Being able to set fade in, stay and fade out times for titles:
[url]https://github.com/Angeschossen/General/wiki/Messages#as-a-title[/url]
- Fixed: Opening menu for wrong player at /cp admin player <player> menu
+ Added: [Suggestion] Hologram for containers via option in protectables.yml:
Example:
[img]https://i.imgur.com/6XL7mC6.png[/img]
- Fixed: [#2153] Error at calling BlockExplodeEvent
+ Added: [Suggestion] Prevent placement of hopper below protection. Do not
wait until it pulls items. This delivers protection against item extraction on
servers that have disable-move-event enabled in paper.yml.
If this protection is not sufficient for your use case, make sure to
disable the disable-move-event option.
+ Improved: [#2134] Call BlockExplodeEvent when hopper is being removed.
This helps skyblock plugins detecting the removal of hoppers
- Fixed: [#2107] Group not completely deleted
+ Added: Settings
# Should protections only be allowed inside claims?
# Protections in the wilderness won't be allowed.
# This also means that protections inside a land will get unlocked, if the land gets unclaimed.
only-claim: false
# If the location is claimed, should it only be allowed if the player is trusted in that claim?
only-trusted_2: true
+ Added: You can now configure flags in roles.yml and the role names
Wiki: https://github.com/Angeschossen/ChestProtect/wiki/Roles
- Fixed: [#2061] WG lock flag
- Fixed: [#2069] Being able to add owner to group
- Fixed: [#2069] Other protection types menu
- Fixed: [#2069] Protection in wrong protection type menu
- Fixed: [#2069] add_all button not refreshing menu
- Fixed: [#2061] Protection member being able to rename the protection
- Fixed: Unknown item failure_max
- Fixed: Missing entry in gui: unlimited
- Fixed: [#2068] Not being able to promote players in group menu
- Fixed: [#2068] Issue with teleportation progress and cmd
- Fixed: Issue with listener registration
+ Added: [Suggestion] Flag to all everyone to take or insert items (2 flags, public_insert, public_take)