Rolecraft
|
FeaturesGroups |
|
Compatibility:
The plugin should be compatible with server version 1.13(.1).
Except for Curses it is compatible with version 1.12 and 1.11.
Any other version may or may not work.
If you like to help me with this project do at least two of these things:
- use Rolecraft at your server
- report any errors or bugs
- submit your ideas to improve it
- click the lower button to donate
Update Checker
This plugin is using an update checker. It will not download or install any files.
If you like to disable this function, go into the config.yml and set 'enable-update-check' to false.
In reply to Forge_User_71512905:
Hey Caliog,
Ich habe eine Frage bezüglich den Verkäufern..
Ich habe Items reingelegt per Editiermenü und habe den Preis festgelegt..
Jetzt stellt sich nur die Frage, funktionieren da auch selbst programmierte Geldplugins?
Wenn ja wie stelle ich das ein?
Wenn nein, welches Plugin brauch ich? :)
Danke im Voraus,
Chris
In reply to Forge_User_97026298:
Hello,
Just a question about mana :
Mana remplace hungry, but I would like to keep hungry because in survival it's very important for me.
Is there some lines of code in RoleCraft plugin to keep hungry?
Or a value to modify for decrease mana regeneration?
Thanks a lot for your answer!
In reply to Forge_User_96079614:
I don't know if this happened to everyone but when the server is online for about 10 minutes+ the plugin start going weird
My friends who's trying to help me can't do anything
1. He's Opped
2. He's got '*' permissionsbut he can't /rc help or /rc <subcommand>
it's said "You Don't Have Permissions To Do This Command" but when i do it, i got no problem.
Can someone help me out?
Also i'm using spigot, is that the reason?
Edit: If he's Opped only
In reply to isnic:
In reply to Forge_User_71512905:
Geraldi issued command /rc class
2. Yes 3. Yes
[10:49:07] [Server thread/WARN]: [Rolecraft] Task #1826 for Rolecraft v3.2.18 generated an exception
java.lang.NullPointerException: null
at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:94) ~inecraft_server.jar:git-Bukkit-9a1fc1e]
at org.caliog.Rolecraft.XMechanics.Menus.MenuItem.createItemStack(MenuItem.java:98) ~[?:?]
at org.caliog.Rolecraft.XMechanics.Menus.Menu.getItemStack(Menu.java:78) ~[?:?]
at org.caliog.Rolecraft.XMechanics.Menus.MenuInventoryView.createInventory(MenuInventoryView.java:65) ~[?:?]
at org.caliog.Rolecraft.XMechanics.Menus.MenuInventoryView.<init>(MenuInventoryView.java:59) ~[?:?]
at org.caliog.Rolecraft.XMechanics.Menus.Menu$1.run(Menu.java:58) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:53) ~inecraft_server.jar:git-Bukkit-9a1fc1e]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352) inecraft_server.jar:git-Bukkit-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:689) inecraft_server.jar:git-Bukkit-9a1fc1e]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:370) inecraft_server.jar:git-Bukkit-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:650) inecraft_server.jar:git-Bukkit-9a1fc1e]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:554) inecraft_server.jar:git-Bukkit-9a1fc1e]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
In reply to Forge_User_60655614:
There is one more issue though with guis, when ever I use them for item editing lets say the item moves back to where I put it right after i click, shift click, right click it doesn't matter hoping you can either help me out or fix this soon
In reply to thepotato447:
In reply to Forge_User_71512905:
I'm using craftbukkit 1.12.2
Thank you for the reply
In reply to Forge_User_71512905:
Hey would like to thank you for this awesome plugin it is really amazing although I have one question
How do I reset the skill points such as Intelligence, while messing around with it I used my skillstars but now I would like to reset it for if i ever play this yet I don't know how to do this. Anyway I can?
In reply to thepotato447:
Awesome Plugin, thanks for that.
The Trader in use as Barter seems to be buggy in 1.13.1
Throws an Exception when rightclick trader after trade add [NMSMethods.openInventory():85] where the Method is setCustomName(IChatBaseComponent) instead of setCustomName(String)
Dont know if it is the only Problem, but maybe it helps :)
Is there any idea to let mobs spawn naturally? Currently i try to program an own plugin to spawn the configured mobs naturally.
In reply to Forge_User_73169916:
EDIT: Should be fixed in v3.2.16
One way I could think of is to listen to the EntitySpawnEvent (or CreatureSpawnEvent), cancel it and manipulate it the way you need it. Sometimes its real pain to work with those bukkit events because they do not behave good enough for my purposes.
In reply to Forge_User_71512905:
In reply to Forge_User_73169916: