Spawn Amount
+ Added: Override spawn amount manually to ensure a consisted amount of spawned entities per cycle
On-Spawn Convert, Spawn-Amount
+ Added: Option "spawner.vanilla.claim.on-spawn" to convert spawners to USpawners when they spawn an entity
+ Added: spawn_amount upgrade (optional). To use this upgrade
you need to add it to levels.yml (see default here: https://github.com/Angeschossen/UpgradeableSpawners/blob/master/resources/levels.yml) and set enabled: true for the
upgrade item in your GUI language file.
Database Migration
+ Updated: French locale fr-FR - by Nogapra
+ Added: [Suggestion] /hopper admin migratedb <target> command
Example: Migrate data from SQLite to MySQL.
Minor Fix
- Fixed: [#1676] Possible issue with same level values for two different levels (not confirmed)
- Fixed: Butcher mode bypassing max entities per period limit
- Fixed: [#1669] Spawner breaking drops exp
- Fixed: Tab completion null error
- Fixed: {amount} placeholder not parsing for get.dropped message
- Fixed: uspawners.bypass.delete not allowing to bypass silktouch requirement
Spawner Untrust
- Fixed: Possible spawner duplication, if target got untrusted from untrusted region
PlaceholderAPI, Eco-Format
+ Added: [Suggestion] You can now parse placeholders from 3rd party plugins in chat messages via PlaceholderAPI.
This currently does not include GUI menus. Lands will only integrate into PAPI if you have any PAPI placeholders in the language file.
+ Added: /spawners about command (admin)
+ Changed: [Suggestion] 'eco-format' now defaults to '$#,###.00'
All currency symbols have been removed from the default language files.
Current installations are not affected by this change. Only new users.
If you however, regenerate your language files to default make sure you update your eco-format option.
French Language, Currency Item
If you use item based economy, please make sure to edit the new currency item to your liking.
+ Added: [Suggestion] You can now specify custom model data for item based economy. For that, a new item has been added in the gui file.
+ Added: French translation (fr-FR)
Thanks to @Nogapra for contributing his translation!
- Fixed: Invalid default translation for the /spawner listperms command
- Fixed: Permission changes to groups of Luckperms wouldn't immediately be applied to the players limits
+ Improved: Permission calculation only triggered when explicitly needed
GUI Menus
+ Improved: Handling of GUI language file configuration mistakes that lead to items not being displayed
+ Improved: GUI menu setup is now even faster, due to moving collision checks to at load and not creation
- Fixed: Help message for /spawner listperms
- Fixed: Wrong listener priority for spawner spawn listener
- Fixed: [#1526] Able to claim spawners in areas where player is untrusted
No AI - Damage
+ Added: Do not allow any damage caused by entities that were spawned with no-ai enabled in config
Silktouch
+ Added: More silktouch options:
enabled_5: false
# Set the required minimum silktouch level.
min-level: 1
# Also allow the mining of vanilla spawners?
# NOTE: If the vanilla spawner convert option is enabled, then this setting won't have any influence as
# vanilla spawners will be converted into uspawners upon interaction.
vanilla_2: false
Checkperms Command
+ Added: /spawners checkperms
Check which permissions of uspawners a player has.