Giter VIP home page Giter VIP logo

shade's Introduction

Shade

test

shade's People

Contributors

cyberpwnn avatar davidrockin avatar

Watchers

 avatar  avatar  avatar

shade's Issues

PlayerAdvancementDoneEvent Error

[09:00:13] [Server thread/ERROR]: Could not pass event PlayerAdvancementDoneEvent to Shade vproduction
org.bukkit.event.EventException: null
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.AdvancementDataPlayer.grantCriteria(AdvancementDataPlayer.java:203) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.CriterionTrigger$a.a(SourceFile:31) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.CriterionTriggerInventoryChanged$a.a(SourceFile:158) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.CriterionTriggerInventoryChanged.a(SourceFile:69) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.EntityPlayer.a(EntityPlayer.java:902) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.Container.b(Container.java:84) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.Container.addSlotListener(Container.java:60) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.EntityPlayer.syncInventory(EntityPlayer.java:236) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:219) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NullPointerException
	at io.shadowrealm.shade.client.ShadowPlayerController.getStats(ShadowPlayerController.java:354) ~[?:?]
	at io.shadowrealm.shade.client.Shade.getStatistics(Shade.java:422) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.s(ShadowStatTracker.java:66) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.on(ShadowStatTracker.java:292) ~[?:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	... 21 more

PlayerJoinEvent Error

[09:00:13] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Shade vproduction
org.bukkit.event.EventException: null
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NullPointerException
	at io.shadowrealm.shade.client.ShadowPlayerController.getStats(ShadowPlayerController.java:354) ~[?:?]
	at io.shadowrealm.shade.client.Shade.getStatistics(Shade.java:422) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.s(ShadowStatTracker.java:66) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.on(ShadowStatTracker.java:316) ~[?:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	... 14 more

Boosters

We had Boosters before, primarily the Boosters were stored network wide but were only used per server... However this time the server will have Network wide boosters that will reach to Xenforo/Discord.

  • Experience booster for Account System Experience
  • Fly Booster (Haste or something similar on Prison)
  • Skill Booster (McMMO Increase for now and scales according with perm multipliers i.e. someone already has a 4x perm multi, gets a 50% booster they'll have 6x for the duration)
  • Sell booster to the stored/shop
  • Voting Booster (More Experience, rewards, etc? given per vote)
  • Possible drop booster.. on Skyblock mobs would drop 2x the loot and then on Prison you would get 2x the ore or something like this.
  • Ore Gen Boosters.. on Skyblock it would increase the chance you would get better ores from ore gens then on prison...not sure
  • PlotTwist: ShadowBox boosters? Better chance for the higher valued tiers when upgrading or something perhaps.. or opening ?

No unlocked chat color yields no data

The /chat color command doesn't do anything if you have no unlocks, it should send a message saying something like "You do not have any chat colors unlocked! "

Thieving

What if we added Thieving? we have NPCs, the AI, majority of the cosmetics/flashy stuff to do it. Would be cool to have "Stalls" you can thieve from a thieving level, npcs to steal from and you get more as you get a higher level or "sneaker", then later on could be used to break into stuff (i.e. the rpg like server, the real backbone of the Shadow Realm name).

Command cooldowns/delays will delay anything with the starting letter

For example, the first letter of one of the Delay starts with "J", so any command that starts with J will be delayed.

Same goes for "world", if I typed "worldborder" it would also get delayed.

Does not respect only what's written, overlaps quite a few plugins doing this

enable: true
cooldowns:
- tp,tpa,tpo,tppos,j,jump,world,warp,mv tp=3000
- sky new,is new,sky create,is create,sky reboot,is reboot,sky delete,is delete=5000
delays:
- tp,tpa,tpo,tppos,j,jump,world,warp,mv tp=2000

PlayerStatisticIncrementEvent Error

[15:45:52] [Server thread/ERROR]: Could not pass event PlayerStatisticIncrementEvent to Shade vproduction
org.bukkit.event.EventException: null
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleStatisticsIncrease(CraftEventFactory.java:1003) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.StatisticManager.b(StatisticManager.java:14) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.EntityPlayer.a(EntityPlayer.java:971) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.EntityHuman.b(EntityHuman.java:1382) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.EntityHuman.cu(EntityHuman.java:1397) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:589) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PacketPlayInFlying.a(SourceFile:126) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
	at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NullPointerException
	at io.shadowrealm.shade.client.ShadowPlayerController.getStats(ShadowPlayerController.java:354) ~[?:?]
	at io.shadowrealm.shade.client.Shade.getStatistics(Shade.java:422) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.s(ShadowStatTracker.java:66) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.on(ShadowStatTracker.java:125) ~[?:?]
	at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	... 20 more

Server Online Time (Hub Compass)

Fix time formatting for the compass in the Hub, it works when you restart the server.. it'll start counting in minutes after seconds then all of a sudden it converts to ms again

PlayerMoveEvent Error

[09:00:13] [Server thread/INFO]: Pepsied[/73.147.192.206:46118] logged in with entity id 10 at ([rifts/foyer/map-skull-1560403457713]64.0, 32.0, -7.0)
[09:00:15] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to Shade vproduction
org.bukkit.event.EventException: null
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:658) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PacketPlayInFlying.a(SourceFile:126) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
	at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NullPointerException
	at io.shadowrealm.shade.client.ShadowPlayerController.getStats(ShadowPlayerController.java:354) ~[?:?]
	at io.shadowrealm.shade.client.Shade.getStatistics(Shade.java:422) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.s(ShadowStatTracker.java:66) ~[?:?]
	at io.shadowrealm.shade.client.ShadowStatTracker.on(ShadowStatTracker.java:328) ~[?:?]
	at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	... 15 more

ChatColor unlocks null

Cannot give anyone any chat color unlock for some reason, works fine for me.. but when I try to give it to someone else, it sends in-game message "Failed to give color_COLORHERE to USERNAMEHERE. Reason: Exception thrown while handling response. null (NullPointerException)"

BlockPlaceEvent Error

[20:24:16] [Server thread/ERROR]: Could not pass event BlockPlaceEvent to Shade vproduction
org.bukkit.event.EventException: null
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:150) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.ItemStack.placeItem(ItemStack.java:207) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:505) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:955) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
	at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NullPointerException

Mortar disconnect error

I know this is a Mortar issue.. but posting here as it seems to happen right after the Shade error

[19:05:38] [Server thread/INFO]: Thejoshnator lost connection: Disconnected
[19:05:38] [Craft Scheduler Thread - 809/WARN]: [Mortar] Plugin Mortar v1.0.66 generated an exception while executing task 134110
java.lang.NullPointerException: null
	at io.shadowrealm.shade.client.ShadowPlayerController.syncronizeStatistics(ShadowPlayerController.java:271) ~[?:?]
	at io.shadowrealm.shade.client.ShadowPlayerController.quit(ShadowPlayerController.java:284) ~[?:?]
	at io.shadowrealm.shade.client.ShadowPlayerController.lambda$on$11(ShadowPlayerController.java:209) ~[?:?]
	at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]

Shouts

  • Shout system that allows players to send Shouts network wide
  • Add a Discord Shout channel that's dedicated just for Shouts
  • Up/Down voting Shouts allows the community to 'monitor' the Shout System in a sense.. i.e. if you get enough downvotes on your Shout, you will be unable to Shout for a period of time (To prevent spam, advertisers, etc... from abusing this system)
  • Variation of Shouts such as titles, chat, action bar, projections in front of someone etc.. with cool particles.

Ways to get Shouts:

  • Receive a certain amount of Shouts each Day, Month? from your rank
    
  • Ability to purchase Shouts through the Store and with in-game Currency
    
  • Ability to trade Shouts with other players as a physical item
    
  • Ability to receive 1 Regular Shout for every day you have voted on all 4 websites (Not sure about this)
    

Spawner spawn out of range issue

Spawns from spawners are spawning really far away from the Spawner, disabled the Spawner module and it's still happening, disabled the stacking module and it's fixed. My conclusion is that the range it's searching for spawn is the range it will spawn in..this is causing mobs to spawn outside of grinders and going through walls.

/staff command

Add a /staff command or something similar that shows all online staff and what server they are currently on.

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.