Creative Gates
❰❰ MassiveCraft on BukkitDev ❱❱
MassiveCore | Factions | CreativeGates | Vampire
MassiveBooks | MassiveHat | MassiveTickets
❰❰ Full Documentation ❱❱
Player and Overview | Server Owner Guide
❰❰ Techy Things ❱❱
GitHub | Report a Bug
What is CreativeGates?
CreativeGates is a plugin that allows you to create teleportation gates without running a single command. The plugin does not impose design restrictions. Design the gate frame any way you like.
- Build a gate frame using any materials. It must however contain two emerald blocks (configurable).
- Name a clock with an anvil.
- Hit the inside of the frame with the clock
- Gates using the same clock name will connect to each other.
Install
- Stop your server.
- Put MassiveCore.jar in your plugins folder. Download MassiveCore here on BukkitDev.
- Put CreativeGates.jar in your plugins folder.
- Start your server again.
- For advanced users only: Configure the MassiveCore aspects and multiverses using the commands.
- Modify /mstore/creativegates_mconf/instance.json to your liking.
- Modify /mstore/creativegates_conf@universe/instance.json to your liking.
- Configure permissions. CreativeGates only has two nodes.
Portal vs Water
CreativeGates can use either portal blocks or water blocks for portal content. You decide which to use in the "uconf".
For portal blocks to work without bugs you must open your server.properties and set allow-nether=false. This will disable the generation of the vanilla nether map and the vanilla nether portals. This is how we do it on MassiveCraft. You can add one, two or even three custom nether worlds using a world manager plugin later on.
For water blocks to work you don't need to do anything special. If you want the vanilla nether world and portals you probably want to change to water portals in the config. Otherwise players entering nether gates in the nether might exit through creative gates.
Official Server

Join in and play with us on the official Factions RPG Minecraft Server!

-
View User Profile
-
Send Message
Posted May 18, 2013help me please I need it ....
13:04:59 [GRAVE] Could not load 'plugins/CreativeGates.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/massivecraft/creativegates/CreativeGates : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.reload(CraftServer.java:603) at org.bukkit.Bukkit.reload(Bukkit.java:185) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchServerCommand(CraftServer.java:512) at net.minecraft.server.v1_5_R3.DedicatedServer.an(DedicatedServer.java:262) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:227) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.UnsupportedClassVersionError: com/massivecraft/creativegates/CreativeGates : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 14 more 13:04:59 [INFO] [WorldEdit] Loading WorldEdit v5.5.6 13:04:59 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.9.0-RC-b488 13:04:59 [INFO] [Portals] Loading Portals v1.2.4 13:04:59 [INFO] [Backup] Loading Backup v2.5 13:04:59 [GRAVE] Plugin attempted to register task while disabled initializing Backup v2.5 (Is it up to date?) org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:394) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:137) at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.scheduleAsyncRepeatingTask(CraftScheduler.java:133) at com.bukkitbackup.full.utils.MetricUtils.start(MetricUtils.java:108) at com.bukkitbackup.full.BackupFull.onLoad(BackupFull.java:63) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:244) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.reload(CraftServer.java:603) at org.bukkit.Bukkit.reload(Bukkit.java:185) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchServerCommand(CraftServer.java:512) at net.minecraft.server.v1_5_R3.DedicatedServer.an(DedicatedServer.java:262) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:227) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
what can I do ?
-
View User Profile
-
Send Message
Posted May 18, 2013@AlexM850
It only works for you because you have it before 1.5 come out so that means the folder is still their that makes it still in use.
-
View User Profile
-
Send Message
Posted May 17, 2013@bart007ize
It doesn't need an update. It works fine for me. When I get my new pair of Turtle Beaches in next week I'll make a video tutorial on how to install, add permissions, and use this plugin. If and when I get a chance to.
@milonen1
YouTube is your best friend. As well as google. Google/YouTube and learn it. :)
@touriste1
That could be your issue. What permissions plugin are you using?
@hoedown4
Google/YouTube it, my friend. It's the best and easiest way to learn. :)
-
View User Profile
-
Send Message
Posted May 16, 2013Hi, do we need to just copy and past the lines of permissions into the file permissions.yml with notepad to add permissions ? because i did that and there is still a eror message saying oyu don't have permissions i really need these gates please help.
-
View User Profile
-
Send Message
Posted May 16, 2013Can some one please help me my gate keeps saying :You do not have permission to create gates or use gates , How do i add permissions??
-
View User Profile
-
Send Message
Posted May 16, 2013Can you please Update this Plug-in to 1.5.2? I really need it ;)
-
View User Profile
-
Send Message
Posted May 15, 2013Can someone make a vide-tutorial on how to install and add permission??? pls
-
View User Profile
-
Send Message
Posted May 15, 2013I don't now what to do I'm new to servers so...
-
View User Profile
-
Send Message
Posted May 15, 2013@kwstoudt
@milonen1
This plugin requires permissions. Read the users guide to find out the permissions and more. Here are the perms, however:
creativegates.*: children: creativegates.create: true creativegates.destroy: true creativegates.use: true creativegates.create: description: create gates default: true creativegates.destroy: description: destroy gates default: true creativegates.use: description: use gates default: true
-
View User Profile
-
Send Message
Posted May 15, 2013When I try to make a gate it says "You do not have permission to create gates" How is this when I am the server owner???
-
View User Profile
-
Send Message
Posted May 15, 2013cool!!!!!!
-
View User Profile
-
Send Message
Posted May 14, 2013@AlexM850
Ok., but on every other plugin I have, I don't have to do permissions if I am OP. I have no permissions set for anything (new to servers) and I can build, destroy, and do everything but create gates with /op
-
View User Profile
-
Send Message
Posted May 14, 2013in 1.4.7 default players don't have permissions to use CreativeGates.
it is repaired in 1.5.2 ? :) i haven't any way to know that :/ :D
-
View User Profile
-
Send Message
Posted May 14, 2013@xXSirAetherXx
Yes...it works with 1.5.2 perfectly fine for me. I'm running close to the latest dev builds. I'm running the latest dev build from the 12th of May.
@kwstoudt
Because this plugin requires permissions. Read this: http://massivecraft.com/dev/creative-gates
-
View User Profile
-
Send Message
Posted May 13, 2013Whenever I try to create a gate, it says "You do not have permission to create gates." How is this when I am the server owner/creator?
-
View User Profile
-
Send Message
Posted May 13, 2013Doesn't work for 1.5.2! >:(
-
View User Profile
-
Send Message
Posted May 12, 2013@Bomber03
Here: http://dev.bukkit.org/server-mods/creativegates/files/4-creative-gates-1-4/
@XxVictorGliraxX
@porthos203
@d1d2
Yes it works with 1.5.2.
-
View User Profile
-
Send Message
Posted May 12, 20131.5.2 ???
-
View User Profile
-
Send Message
Posted May 11, 2013does it work with 1.5.2?
-
View User Profile
-
Send Message
Posted May 11, 2013atualiza para 1.5.2