G&E RPGEssentials
RPGEssentials combines old plugins by G4meM0ment and new by G4meM0ment & Eatingyou, to give you a powerfull collection of Roleplaying Plugins. The plugin was designed for the german rpg server Orbia-RPG. Currently we're in planning state, we won't release any builds until we finished a first running alpha version.
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Included plugins:
UnamedPortalPlugin
Allows you creating portals like multiverse 2 where used to
InventoryBackup
Backups the inventory of players and allows you to restore them on the fly
Royal and Revolt (Planned)
Define roles allowed to be played and changed by revolts the players can start
Supported plugins & dependencies:

-
View User Profile
-
Send Message
Posted Mar 19, 20211.16.5?
-
View User Profile
-
Send Message
Posted Nov 12, 2014Update!!
-
View User Profile
-
Send Message
Posted Jun 24, 2014@G4meM0ment Ok, how do I add blindness when someone shoots a bow on RPGitems?
-
View User Profile
-
Send Message
Posted May 24, 2014Hi G4meM0ment. I tried to use RPGItems on my 1.7.9 server and no matter what I do, it only says "/rpgitem help" Death and Rebirth works perfectly, but RPGItems just does that and makes it unusable. Any ideas why?
-
View User Profile
-
Send Message
Posted Apr 30, 2014@iGamingStudioX
Yes its a plugin pack. And the rpgitems is the rewritten/finished version of my old RPGItem plugin.
-
View User Profile
-
Send Message
Posted Apr 29, 2014@G4meM0ment
So this is like a 'plugin-pack'? And is the RPGItems same as the one created by TheyCallMeDanger?
-
View User Profile
-
Send Message
Posted Apr 27, 2014The project has been approved now :) Dev builds are now available on jenkins and a first alpha has been uploaded but not approved by bukkit yet.
-
View User Profile
-
Send Message
Posted Apr 27, 2014@stadham
Any errors need to be reported to the ticket tracker.
-
View User Profile
-
Send Message
Posted Apr 15, 2014I am willing to pay for an upgrade to 1.7.2.
Any takers?
I would love to use this on my school server with my students because they don't care if they keep dying.
-
View User Profile
-
Send Message
Posted Apr 1, 2014Love the Death and Rebirth plugin but on my server 1.7.2 I die come back as a ghost but then can't rebirth. Changed the setting in the plugin to 1 but still could not come back from ghost. See error message below from my terminal. (Sorry for the long code.)
15:15:58 ERROR]: Could not pass event PlayerRespawnEvent to RPGEssentials v0.00.001 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.PlayerList.moveToWorld(PlayerList.java:469) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.PlayerList.moveToWorld(PlayerList.java:408) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:1118) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.PacketPlayInClientCommand.a(SourceFile:50) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.PacketPlayInClientCommand.handle(SourceFile:8) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] Caused by: java.lang.NullPointerException at me.G4meM0ment.DeathAndRebirth.Handler.GhostHandler.getRespawnLocation(GhostHandler.java:318) [?:?] at me.G4meM0ment.DeathAndRebirth.Listener.PListener.onPlayerRespawn(PListener.java:114) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_51] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [?:1.7.0_51] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [?:1.7.0_51] at java.lang.reflect.Method.invoke(Method.java:606) [?:1.7.0_51] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-37-gac1a2d0-b3006jnks] ... 15 more
-
View User Profile
-
Send Message
Posted Mar 15, 2014Newest devbuild uploaded, DaR is now included, since there is no documentation yet you'll need to ask or find out by yourself, everything is probably buggy.
Disclaimer: DaR has been brought down to it's major functions, if there is need for more ask and i'll see what I can do.
-
View User Profile
-
Send Message
Posted Mar 4, 2014We will wait the new dev version =) Thanks for continue scripting!Good luck.
-
View User Profile
-
Send Message
Posted Jan 30, 2014A short update: I finished Death and Rebirth rewrite by 20 % The other subplugins need a debugging and there will be a new dev version soon.
-
View User Profile
-
Send Message
Posted Jan 4, 2014i would love to use this in my RPG server is there an eta when it will be ready?
-
View User Profile
-
Send Message
Posted Dec 30, 2013@Typical_Name
Haven't even started to rewrite :P I'll upload a new dev build on the old page.
-
View User Profile
-
Send Message
Posted Dec 23, 2013How goes progress on Death and Rebirth?
-
View User Profile
-
Send Message
Posted Dec 15, 2013@wiedzmin137
ATM I'm quite busy, I'll have freetime around christmas, probably I'll program a first new version with all changes, till now I'm still adding and testing, some new builds could be pushed but I'm too silly to get those jenkins workin :(
-
View User Profile
-
Send Message
Posted Dec 15, 2013Do you know when this plugin may be done? Thanks.
-
View User Profile
-
Send Message
Posted Dec 15, 2013@Chriszh
Try and tell me, literally there's no reason for updating now while most of the plugins aren't updated and everything is quite unstable. To be honest I won't update while theyre pushing changes (mojang and bukkit team), waitn for times while there is no more new stuff.
-
View User Profile
-
Send Message
Posted Dec 3, 2013can you make the rpgitems combitable with 1.7.2 :) ?
Havent tested if its working yet.