Hooking up with PinataParty #202
Answered
by
OmerBenGera
ItchyDitchy
asked this question in
Denied Feature Requests
-
PinataParty Plugin Hook Versions
Issues:
Configuration Snippets: # Here you can configurable all features related to stacked entities.
entities:
# Should entities get stacked on the server?
enabled: true
...
...
...
# Instant-kill will kill the entire stack instead of unstack it by one.
# When an entire stack dies, their drops are getting multiplied.
# EntityType list: https://bg-software.com/entities/
# DamageCause list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html
# You can combine both filters using "ENTITY_TYPE:DAMAGE_CAUSE" or "ENTITY_TYPE:SPAWN_REASON"
# If you don't want instant-kill, use "instant-kill: []"
instant-kill:
- ALL
...
...
...
# When enabled, entities will be one shot by specific tools.
one-shot:
# Should this feature be enabled?
enabled: false
# A list of tools that can one shot entities.
tools:
- "NETHERITE_SWORD"
# A list of entities that will be one shot.
# EntityType list: https://bg-software.com/entities/
# SpawnReason list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html
# You can combine both filters using "ENTITY_TYPE:SPAWN_REASON"
whitelist:
- "HORSE:SPAWNER" Tests:
|
Beta Was this translation helpful? Give feedback.
Answered by
OmerBenGera
Jun 25, 2021
Replies: 2 comments
-
This has been reported to PinataParty's author as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Open a bug report regarding this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OmerBenGera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open a bug report regarding this.