Page: 1 ... 3 4 5 6 7 ... 8

3.2.2 May 18, 2022
Spawner Event

+ Changed: [#1975] Additional spawns now call the SpawnerSpawnEvent to make sure other plugin's functionality is triggered.

Additionally, the API provides a method to check whether an entity was spawned by a UpgradeableSpawner: https://github.com/Angeschossen/UpgradeableSpawnersAPI/blob/497fa4a2666fa68c8bb09808d7dcbec6423089c8/src/main/java/me/angeschossen/upgradeablespawners/api/UpgradeableSpawnersAPI.java#L21


3.2.1 May 16, 2022
Language

+ Added: Option to always use default translation

  # Force default language? This will make changes to language files impossible and will always use the default.
  # This will always replace existing strings with the default ones.
  # You should only use this option if your language matches "en-US".
  force-default: false



+ Added: Chat and GUI language files now accept the alternative file name format <plugin>-<chat | gui>-<language>.yml

- Fixed: Entity type display skin in main menu


3.2.0 May 12, 2022
No Conditions Option

+ Added: [Suggestion] Option to ingnore all spawning conditions:
# Should a spawner always spawn entities? That means that there are no spawn conditions, except the levels from levels.yml (except player_range).
# All spawners will be able to spawn in air and underwater. There are no restrictions.
no-conditions: false


3.1.2 Apr 30, 2022
No AI

+ Added: Persistent no AI with water pushing:

  # Should spawned entities from an upgradeable spawner have AI?
  # If set to false, these entities will not move, but will still be pushed by water.
  # This helps to improve server performance.
  # NOTE: This setting requires server reload / restart.
  no-ai: false

3.1.1 Apr 29, 2022
WildStacker No AI

- Fixed: [#1924] No AI option in combination with WildStacker


3.1.0 Apr 25, 2022
Read: GUI

This version migrates your language files into a new format. Existing translations are kept. Please take a backup of your translation files anyway.

This update is a complete overhaul of the GUI menu framework. It contains several improvements and
suggestions that we received in the past. While this version has been tested, there might still be
minor issues that might affect the usability of a menu.

+ Added: PlaceholderAPI support for all GUI menus

+ Added: You can now define multiple slots for items in menus

+ Added: You can now define entry ranges for list menus

+ Added: You can now define common items to be set in each menu

+ Added: Define commands to be executed on item click


+ Changed: Make level arguments at /uspawner admin give optional


3.0.3 Apr 18, 2022
GUI Hotfix

- Fixed: GUI not creating


3.0.2 Apr 17, 2022
Confirm Message

+ Added: Individual confirm message for /spawner get


3.0.1 Apr 8, 2022
WildStacker

- Fixed. Max stack amount for WildStacker


3.0.0 Mar 28, 2022
Stack Amount, Commands

The command framework has be refactored.

  1. All admin (!) commands have been moved to /spawner admin
  2. The tab completion has been improved and consistency across all commands is ensured.
  3. The permissions for /spawner admin <subcmd> subcommands have changed.
    1. Example: /spawner admin give Permission: uspawners.admin.command.give
    2. It follows the same format for each sub command of /spawner admin. No further explanation needed.




+ Added: Option to limit stacked entity amount

  stacking:
    # -1: Disable stacking completely.
    # 0: Unlimited stacked amount of entities.
    max-amount: 0
+ Changed: All admin related commands have been moved to /spawner admin <subcmd>

2.8.8 Mar 24, 2022
WildStacker Entity Stacking

- Fixed: Entity stacking with WildStacker


2.8.7 Mar 23, 2022
French Locale

+ Updated: French locale by Nogopra


2.8.6 Mar 19, 2022
Turkish OS Language

- Fixed: levels.yml reading when Turkish OS language


2.8.5 Mar 14, 2022
WildStacker

+ Added: Merging of spawned groups for wildstacker


2.8.4 Mar 11, 2022
WildStacker

+ Added: Integration with WildStacker that will spawn large groups of entity-amount to one entity instead of many


2.8.3 Mar 5, 2022
READ - Permissions

This update adds two new permissions which are required to be set, if you want players to receive the spawner item on spawner break
and if you want players to be able to upgrade their spawners.

+ Added: [Suggestion] "uspawners.drop-item" permission
    description: Drop the spawner item when players break the spawner.
+ Added: "uspawners.upgrade" permission
    description: Only allow players with this permission to upgrade their spawners.


2.8.2 Mar 4, 2022
XP Drop
+ Added: [Suggestion] Option to override xp drop of entities spawned by an upgradeable spawner

[code=YAML]  # Set amount of experience drops, if an entity dies that has been spawned by an upgradeable spawner.
  # Use -1 to disable this option.
  xp-drop: -1[/code]

2.8.1 Mar 1, 2022
Spawn Amount

+ Added: Override spawn amount manually to ensure a consisted amount of spawned entities per cycle


2.8.0 Feb 28, 2022
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.


2.7.0 Feb 24, 2022
Database Migration
+ Updated: French locale fr-FR - by Nogapra
+ Added: [Suggestion] /hopper admin migratedb <target> command
   Example: Migrate data from SQLite to MySQL.

2.6.5 Feb 16, 2022
Minor Fix

- Fixed: [#1676] Possible issue with same level values for two different levels (not confirmed) 


2.6.4 Feb 8, 2022

- Fixed: Butcher mode bypassing max entities per period limit
- Fixed: [#1669] Spawner breaking drops exp


2.6.3 Feb 5, 2022

- Fixed: Tab completion null error


2.6.2 Feb 4, 2022

- Fixed: {amount} placeholder not parsing for get.dropped message
- Fixed: uspawners.bypass.delete not allowing to bypass silktouch requirement


2.6.1 Jan 22, 2022
Spawner Untrust

- Fixed: Possible spawner duplication, if target got untrusted from untrusted region


Page: 1 ... 3 4 5 6 7 ... 8