Giter VIP home page Giter VIP logo

bloodmoon's People

Contributors

hexosse avatar samistine avatar tylerhyperhd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bloodmoon's Issues

BasePlugin 16

Hello,

Could you tell me where I can get BasePlugin 16, because the last version on the repo is 14.

Thanks

1.9 - Incompatible

The plugin is integral on many servers and I'm hoping you guys are still working on it. Keep up the good work!

[21:25:43] [Server thread/ERROR]: Error occurred while enabling BloodMoon v0.55-Samistine (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/World
at uk.co.jacekk.bukkit.bloodmoon.BloodMoon.onEnable(BloodMoon.java:37) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.loadPlugin(CraftServer.java:361) [spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at org.bukkit.craftbukkit.v1_9_R1.CraftServer.enablePlugins(CraftServer.java:321) [spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at net.minecraft.server.v1_9_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:527) [spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_07]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.World
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.9.jar:git-Spigot-90839e6-c5d27c5]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_07]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_07]

Error when server start

Hi, i have an error on start : (Spigot 1.8.7)

[17:56:27 ERROR]: Could not pass event BloodMoonStartEvent to BloodMoon v0.55-Samistine
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at uk.co.jacekk.bukkit.bloodmoon.BloodMoon.activate(BloodMoon.java:79) [BloodMoon-0.55.jar:?]
at uk.co.jacekk.bukkit.bloodmoon.TimeMonitorTask.run(TimeMonitorTask.java:31) [BloodMoon-0.55.jar:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_55]
Caused by: java.lang.IllegalArgumentException: Health must be between 0 and 2048.0
at org.bukkit.craftbukkit.v1_8_R3.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:83) ~[spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
at uk.co.jacekk.bukkit.bloodmoon.feature.mob.MaxHealthListener.onStart(MaxHealthListener.java:38) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_55]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_55]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_55]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.7-b534.jar:git-Spigot-f94fe8f-2642f9b]
... 12 more

error during plugin startup spigot 1.8.3

[16:10:04] [Server thread/INFO]: [BloodMoon] Enabling BloodMoon v0.30
[16:10:04] [Server thread/ERROR]: Error occurred while enabling BloodMoon v0.30 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/World
at uk.co.jacekk.bukkit.bloodmoon.BloodMoon.onEnable(BloodMoon.java:36) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-2f787bd-1a1bc08]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-2f787bd-1a1bc08]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-2f787bd-1a1bc08]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-2f787bd-1a1bc08]
at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-2f787bd-1a1bc08]
at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:200) [spigot.jar:git-Spigot-2f787bd-1a1bc08]
at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot.jar:git-Spigot-2f787bd-1a1bc08]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.World
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-2f787bd-1a1bc08]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-2f787bd-1a1bc08]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_31]
... 9 more
[16:10:04] [Server thread/INFO]: [SkinsChanger] Enabling SkinsChanger v1.1

Fight mobs allow to repair sword

Hello

I use the 0.55 in a 1.8.8 Spigot server

When a player fight a mob, his sword is repaired (The durability is increased while the durability must be decreased)

Could you fix it or at least add an option to choose please? :)

1.8.8 Released

1.8.8 has now been released and is only an NMS fix, so all you need to do is compile for 1.8.8.

When texture packs enabled in world.yml config file, default Minecraft texture pack loads

When the setting for the texture packs is enables instead of loading the desired texture packs it loads the Minecraft default instead. My custom resource pack (setup via Spigot) comes back after logging out then back in. I tried using your defaults (which seemed real when I downloaded them via http) and also created a modified version of your bloodmoon.zip on my server but same issue. I am running Spigot 1.8.8 from BuildTools and your latest build of BloodMoon.

Cannot use /bloodmoon reload in-game or from console

Using the current beta build v0.50 & PEX.

Pex debug confirms:

[19:05:30 INFO]: [PermissionsEx] User uncovery checked for permission 'bloodmoon.admin.reload', regex-matched a value of true from cache.

Still I get a "you do not have permissions to use this command"

ERROR]: Could not pass event ProjectileHitEvent to BloodMoon v0.55-Samistine

ERROR]: Could not pass event ProjectileHitEvent to BloodMoon v0.55-Samistine
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.EntityProjectile.t_(EntityProjectile.java:157) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-07c3001]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.projectiles.CraftBlockProjectileSource cannot be cast to org.bukkit.entity.LivingEntity
at uk.co.jacekk.bukkit.bloodmoon.feature.mob.FireArrowsListener.onProjectileHit(FireArrowsListener.java:37) ~[?:?]
at sun.reflect.GeneratedMethodAccessor329.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_91]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_91]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-db6de12-07c3001]
... 14 more

Mob enhancement errors.

Using build v.40 on the latest 1.8 copy of spigot there seem to be some errors with mobs not spawning as configured.

spawn-control:

Seems to be broken as no additional mobs listed will actually spawn in world.

movement-speed:

The movement modifier in the config file seems to be completely ignored, at any setting mobs appear to move in excess of 150% normal speed.

fire-arrows and arrow-rate:
Both seem to be broken as skeletons do not fire faster or use flaming arrows.

No error messages in console/logs were found.

Thanks for keeping this plugin around!

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.