Ive finally decided to update & maintain this plugin. As of now it has been updated for version 1.19. Also some others changes have been made:
- Added spawner-breaking node in default values:
In config there is a new section used for configuring what conditions are to be met in order for the spawner to drop on breaking.
Code (Text):
spawner-breaking: #settings regarding spawner breaking handling
tool-requirement: #specify if a special tool is required to get this spawner
enabled: false
tools: #name of the tool if all variants can be use just specify name
- pickaxe
enchants:
- SILK_TOUCH #enchants required on this tool to be able to break spawner. Only enshants upto 1.16 are recognized.
permission-requirement:
enabled: false
permissions: epicsetspawners.breaking
place-inside-inventory: true # weather to place the spawner directly in the player's inventory.
Remember that in order to apply these settings once changed you have to run the command /espawner applydefault <all/spawnername>
Some people had problems with the holograms breaking their server. Now The holograms have been redone. Also support for HolographicDisplays plugin has been added & is recomended to use.
- Added option to disable holograms:
Now it is possible to disable holograms for spawners & blocks stacked. In config new node "show-hologram" is added for each hologram type.
- Added spawner stacking toggle & limit:
Spawner stacking can now be toggled of in config & can be limited to a sertain amount as:
Code (Java):
spawner
-stacking
:
enabled
:
true
show
-hologram
:
false
max
-stack
:
10