HyperCreative
Help support development of HyperCreative:
Donate
Current donations: 0
Enables the hidden gamemode in Minecraft!...
HyperCreative

Summary
In the client code for Minecraft there is a FOURTH game mode (apart from Survival, Creative and Adventure) that usually can't be activated. This plugin however forces the client to take that game mode!
What does it do
- Lets you go into the fourth game mode "HyperCreative"
- This game mode breaks blocks instantly REALLY REALLY FAST
- It's like Creative for the rest
Commands & Permissions
- /hypercreate - Enable HyperCreative game mode
- Also supported: /hc, /hyper, /hyperc, /hcreative, /3
- hypercreative.hypercreative - Permission node to use HyperCreative
- hypercreative.hypercreative.other - Permission node to give others the new game mode
OPs have all permissions by default, so you don't need permissions.

-
View User Profile
-
Send Message
Posted Mar 10, 2014To update this plugin to 1.7.2 just replace The packet with this new PacketPlayOutGameStateChange(3, 3)
public void setHyperCreative(Player p) { p.setGameMode(GameMode.CREATIVE); ((CraftPlayer)p).getHandle().playerConnection.sendPacket(new PacketPlayOutGameStateChange(3, 3)); }
-
View User Profile
-
Send Message
Posted Aug 31, 2013As elsheggie said, + /gmh :)
-
View User Profile
-
Send Message
Posted Jul 15, 2013Can you add a gamemode 3 command like /gamemode 3 and /gm 3 ?
-
View User Profile
-
Send Message
Posted Apr 14, 2013This is in Mcmmo?
-
View User Profile
-
Send Message
Posted Feb 5, 2013@mig4ng
it is a bug actually.
-
View User Profile
-
Send Message
Posted Feb 5, 2013Is this really hidden on client, or did you just add the effect of efficiency to creative breaking system?