Giter Site home page Giter Site logo

bentoboxworld / extramobs Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 61 KB

BentoBox addon that adjusts some mob spawning rules to get Blazes, Wither Skeleton, and Shulkers

License: Eclipse Public License 2.0

Java 100.00%
bentobox bentobox-addon addon mob-spawning-rules

extramobs's People

Contributors

bonne avatar tastybento avatar

Watchers

 avatar  avatar  avatar

extramobs's Issues

Fish don't spawn under the prismarine block

Expected behavior

In a deep ocean biome, fish no longer spawn. I feel like this is considered a cave and mojang has blocked the Fish Spawn.

image

Observed/Actual behavior

It doesn't spawn at all anymore.

Steps/models to reproduce

Created a box with a prismarine roof.

BentoBox version

07.08 15:57:04 [Server] INFO Serveur PAPER 1.19.1.
07.08 15:57:04 [Server] INFO Version de BentoBox : 1.21.0-SNAPSHOT-b2282
07.08 15:57:04 [Server] INFO Base de données : JSON2MARIADB
07.08 15:57:04 [Server] INFO Mondes de jeu chargés :
07.08 15:57:04 [Server] INFO bskyblock_world (BSkyBlock) : Overworld, Nether, End
07.08 15:57:04 [Server] INFO Addons chargés :
07.08 15:57:04 [Server] INFO Biomes 2.0.0-SNAPSHOT-b220 (ENABLED)
07.08 15:57:04 [Server] INFO BSkyBlock 1.15.2-SNAPSHOT-b719 (ENABLED)
07.08 15:57:04 [Server] INFO CauldronWitchery 2.0.0-SNAPSHOT-#32 (ENABLED)
07.08 15:57:04 [Server] INFO Challenges 1.1.0-SNAPSHOT-b490 (ENABLED)
07.08 15:57:04 [Server] INFO Chat 1.1.4 (ENABLED)
07.08 15:57:04 [Server] INFO ControlPanel 1.13.1-SNAPSHOT-b56 (ENABLED)
07.08 15:57:04 [Server] INFO DimensionalTrees 1.6.1-SNAPSHOT-b84 (ENABLED)
07.08 15:57:04 [Server] INFO ExtraMobs 1.12 (ENABLED)
07.08 15:57:04 [Server] INFO Greenhouses 1.7.0 (ENABLED)
07.08 15:57:04 [Server] INFO Level 2.9.1-SNAPSHOT-b507 (ENABLED)
07.08 15:57:04 [Server] INFO Limits 1.19.1-SNAPSHOT-b300 (ENABLED)
07.08 15:57:04 [Server] INFO MagicCobblestoneGenerator 2.5.0-SNAPSHOT-b251 (ENABLED)
07.08 15:57:04 [Server] INFO Upgrades 0.3.0-SNAPSHOT-b100 (ENABLED)
07.08 15:57:04 [Server] INFO Warps 1.13.0-SNAPSHOT-b328 (ENABLED)

Plugin list

No response

Other

No response

Mobs dont spawn in the world

Expected behavior

Spawns only wither skeletons instead of pigzombies

Observed/Actual behavior

Spawning only pigzombies.

Steps/models to reproduce

Make config like that and see that in nether spawning only pigzombiese:

nether-chances:
  # Chance to spawn Wither Skeleton instead of Zombie Pigmen
  wither-skeleton: 1.0

BentoBox version

1.20.2
image

Plugin list

No response

Other

No response

Add support for bees?

Description

Is your feature request related to a problem?

Bees are mentioned in the read me but don't seem to be supported.

Describe the solution you'd like us to implement.

Substitute chickens for bees sometimes?

Describe alternatives you've considered.

Additional context

PIG_ZOMBIE bad for 1.16.1

Description

Describe the bug

On visiting island

[11:17:46] [Server thread/ERROR]: Could not pass event CreatureSpawnEvent to BentoBox v1.14.0-SNAPSHOT-b1816
org.bukkit.event.EventException: null
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:319) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.craftbukkit.v1_16_R1.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:600) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.craftbukkit.v1_16_R1.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:537) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.WorldServer.addEntity0(WorldServer.java:911) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.WorldServer.addEntity(WorldServer.java:841) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.SpawnerCreature.a(SpawnerCreature.java:193) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.SpawnerCreature.a(SpawnerCreature.java:133) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.SpawnerCreature.a(SpawnerCreature.java:117) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.ChunkProviderServer.lambda$9(ChunkProviderServer.java:394) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at java.util.ArrayList.forEach(ArrayList.java:1540) ~[?:?]
        at net.minecraft.server.v1_16_R1.ChunkProviderServer.tickChunks(ChunkProviderServer.java:378) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.ChunkProviderServer.tick(ChunkProviderServer.java:346) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.WorldServer.doTick(WorldServer.java:329) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.b(MinecraftServer.java:1107) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.DedicatedServer.b(DedicatedServer.java:354) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1010) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:849) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:165) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.NoSuchFieldError: PIG_ZOMBIE
        at world.bentobox.extramobs.listeners.MobsSpawnListener.onEntitySpawn(MobsSpawnListener.java:71) ~[?:?]
        at jdk.internal.reflect.GeneratedMethodAccessor127.invoke(Unknown Source) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        ... 21 more
[11:17:48] [Server thread/ERROR]: Could not pass event CreatureSpawnEvent to BentoBox v1.14.0-SNAPSHOT-b1816
org.bukkit.event.EventException: null
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:319) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.craftbukkit.v1_16_R1.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:600) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at org.bukkit.craftbukkit.v1_16_R1.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:537) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.WorldServer.addEntity0(WorldServer.java:911) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.WorldServer.addEntity(WorldServer.java:841) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.SpawnerCreature.a(SpawnerCreature.java:193) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.SpawnerCreature.a(SpawnerCreature.java:133) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.SpawnerCreature.a(SpawnerCreature.java:117) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.ChunkProviderServer.lambda$9(ChunkProviderServer.java:394) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at java.util.ArrayList.forEach(ArrayList.java:1540) ~[?:?]
        at net.minecraft.server.v1_16_R1.ChunkProviderServer.tickChunks(ChunkProviderServer.java:378) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.ChunkProviderServer.tick(ChunkProviderServer.java:346) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.WorldServer.doTick(WorldServer.java:329) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.b(MinecraftServer.java:1107) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.DedicatedServer.b(DedicatedServer.java:354) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.a(MinecraftServer.java:1010) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:849) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$0(MinecraftServer.java:165) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.NoSuchFieldError: PIG_ZOMBIE
        at world.bentobox.extramobs.listeners.MobsSpawnListener.onEntitySpawn(MobsSpawnListener.java:71) ~[?:?]
        at jdk.internal.reflect.GeneratedMethodAccessor127.invoke(Unknown Source) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[spigot-1.16.1.jar-2020-06-25-0558:git-Spigot-758abbe-3f0c333]
        ... 21 more

Steps to reproduce the behavior

Install Spigot 1.16.1 (replacing 1.15.2)
Visit island

Expected behavior

Environment

Output of /bbox version (Mandatory)
>bbox version
[11:20:34] [Server thread/INFO]: Running SPIGOT Invalid.
[11:20:34] [Server thread/INFO]: BentoBox version: 1.14.0-SNAPSHOT-b1816
[11:20:34] [Server thread/INFO]: Database: JSON
[11:20:34] [Server thread/INFO]: Loaded Game Worlds:
[11:20:34] [Server thread/INFO]: world_skyblock (SkyBlock): Overworld, [nether_color]Nether, [end_color]End
[11:20:34] [Server thread/INFO]: Loaded Addons:
[11:20:34] [Server thread/INFO]: Biomes 1.13.0-SNAPSHOT-b161 (ENABLED)
[11:20:34] [Server thread/INFO]: BSkyBlock 1.13.0-SNAPSHOT-b601 (ENABLED)
[11:20:34] [Server thread/INFO]: Challenges 0.9.0-SNAPSHOT-b418 (ENABLED)
[11:20:34] [Server thread/INFO]: ExtraMobs 1.11.0.2-SNAPSHOT-b4 (ENABLED)
[11:20:34] [Server thread/INFO]: Level 2.1.0-SNAPSHOT-b365 (ENABLED)

1.16 PIG_Zombie error

Description

Describe the bug

image
This message only appear on nether island

Output of /bbox version (Mandatory)

image

Upgrade custom drops

How are you? Recently I tried the plugin and I wondered two things:

The first: Can you put chances of dropping custom items?
The second: Can the chance of dropping a custom item be changed every time the spawner is upgraded?

What I mean is that, for example:

A skeleton spawner makes skeletons drop bone, bone dust and bone block, but I want the bone to drop 60%, bone meal 40% (That for the first case)

The same spawner but with level 2 (upgraded) makes skeletons drop bone chance change by 50%, bone meal change for bone block by and have a 50% chance to drop. (That for the second case)

If this can't be done, is there a plugin that can help me do it?
https://www.youtube.com/watch?v=J30o_Z79S1w

Greetings ;-;

Addons ExtraMobs dont working.

Hello, I just launched my minecraft skyblock server. So I installed the ExtraMobs adon, but to try I put

nether-chances:
  Chance to spawn Wither Skeleton instead of Zombie Pigmen
  wither-skeleton: 100.0

And that doesn't change anything. I would like to know if the addon is up to date.

Modification

Hello , I propose this modification.
Instead of :

overworld-chance:
   # Chance to spawn Guardian instead of a fish.
   guardian: 0.1

Make :

overworld-chance:
   # Original Entity name spawn:% chance: New Entity name: Block on which the mob will spawn
   Enderman: 0.1: Shulker: Purpur_block

Because I use the biome addon in the normal world (biome nether, and end)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.