Commit Graph

139 Commits

Author SHA1 Message Date
Alexander Meech 467b9f7f11 Formatting fix 2018-03-08 05:15:02 -05:00
Spencer 1fe43f87e2 Add help to /tp 2018-03-08 05:15:02 -05:00
Spencer b71538b700 Actually make /tp <x, y, z> work 2018-03-08 05:15:02 -05:00
Spencer 42a0da0d3e Update formatting of /m 2018-03-08 05:15:02 -05:00
Spencer d53829027e Actually return in CommandModule when a player does not have permission 2018-03-08 05:15:02 -05:00
Spencer 2162f1a883 Use TeleportManager in /spawn 2018-03-08 05:15:02 -05:00
Spencer 3f2ef4eab4 Convert commands to use OpCommand and MapAdminCommand 2018-03-08 05:15:02 -05:00
Spencer a9eac7f7e7 Add BaseCommand#canRun, OpCommand and MapAdminCommand for permissions 2018-03-08 05:15:02 -05:00
Spencer 8c49ddf6f6 add /commands to parser 2018-03-08 05:15:02 -05:00
Spencer 1c459228b7 Add /commands 2018-03-08 05:15:02 -05:00
ArcticZeroo a941631fe7 Add ability to teleport to coordinates in /tp 2018-03-08 05:15:02 -05:00
ArcticZeroo e777394516 Add ability for TP command to teleport players to other players 2018-03-08 05:15:02 -05:00
ArcticZeroo 48e1f93b64 Prevent /bukkit: and /minecraft: commands for non-OP players 2018-03-08 05:15:02 -05:00
Spencer 76eb530b5f Use a Pair<Vector,String> to allow worlds to unload while they are stored in TP history 2018-01-13 19:08:49 -05:00
Spencer f54b6606ab Actually add fly speed command 2018-01-13 19:08:49 -05:00
Spencer 91d4f1526e Set metadata on all leaves to prevent them from decaying 2018-01-13 19:08:49 -05:00
Spencer ffc019eb8c Finish ListCommand changes 2018-01-13 19:08:49 -05:00
Spencer af3328f6c0 add GameType#getAllMapNames 2018-01-13 19:08:49 -05:00
Spencer 9707b46f50 Set players to creative and flying on join 2018-01-13 19:08:49 -05:00
Spencer dcafcbef76 Use getWorldFromName in MapCommand and Back when needed 2018-01-13 19:08:49 -05:00
Spencer 98f1bd151e Return true in MapInfoCommand 2018-01-13 19:08:49 -05:00
Spencer 8e43b4506c add MapParser#gerWorldFromName 2018-01-13 19:08:49 -05:00
Spencer 6bfe49d894 Add more info to the time command 2018-01-13 19:08:49 -05:00
Spencer a68f4fd65c Fix top command only teleporting to the next air gap 2018-01-13 19:08:49 -05:00
Spencer dfc6e12682 Track teleports for /map, /create, and /hub 2018-01-13 19:08:49 -05:00
Spencer 46eadf1b70 Add GameType#getMapNames (to be used later in ListCommand) 2018-01-13 19:08:49 -05:00
Spencer 1a1a52c0da add MapData#sendInfo and /mapinfo (alias /info) 2018-01-13 19:08:49 -05:00
Spencer 57e22e9d24 Rename /info to /gameinfo 2018-01-13 19:08:49 -05:00
Spencer ca9b1cb490 Don't require MapParser in constructors of Teleport commands 2018-01-13 19:08:49 -05:00
Spencer 069ee177eb Add TopCommand 2018-01-13 19:08:49 -05:00
Spencer 1e3648358b TimeCommand for relative player time 2018-01-13 19:08:49 -05:00
Spencer 99f3dd1805 TeleportManager, TeleportCommand and BackCommand (replaces EventModule's /tp) 2018-01-13 19:08:49 -05:00
Spencer bda5813c9c Add FlySpeedCommand to replace EventModule's 2018-01-13 19:08:49 -05:00
Spencer 740c547914 Add ParseCommand for arbitrary distance 2018-01-13 19:08:49 -05:00
AlexTheCoder c61f819969 Fix an NPE in the Map List command 2017-11-30 05:50:57 -05:00
Sam ef1d05dd03 Rename game type names for the build server 2017-11-30 05:35:07 -05:00
Sam 4311d1804b Add Cake Wars build types to the Map Parser 2017-10-19 19:29:25 -07:00
AlexTheCoder 9f45d3672d Add Castle Assault to Build Server 2017-07-26 23:34:00 -04:00
md_5 4ccf9e39ad Remove pling sound from /msg for version compat 2017-07-05 21:39:39 -07:00
md_5 a6493ed18a Update MapParser to 1.12, refactor out some common base utilities. 2017-06-22 23:25:20 -05:00
Sam 4978f924a7 Lots of bug fixes 2017-06-13 21:49:34 +01:00
cnr a22467bc74 Add Skyfall map type to MapParser 2017-03-27 23:53:06 -05:00
cnr 9fcfab1a23 Fix GameType for Speed Builders in MapParser 2017-03-27 23:50:49 -05:00
Sam 3a6cef32a4 Add Gem Hunters as a catagory for the build server 2016-12-26 22:45:18 -07:00
AlexTheCoder 7ec530a8c7 Fix lobby protection on build server, make map locks persistent, implement larger parsing size, make map lock command require op, prevent raining on build server, and make block hunt actually work with any map with required information regardless of order 2016-10-12 23:01:25 -04:00
xADudex 311751cc39 Pumpkin's Revenge (#237)
* Initial Commit

* Update

* Bunch of new stuff

* Fixed fletcher arrow typo

* Added reward pet, fixed typo, tweaked lose cinematic

* Lots of tweaks and fixes with QA

* Cleaning up a little code

* Removed debug message on prince death

* Added nighttime to halloween game lobby maps

* Tweaked spawn rates and mob caps

* Typo

* Tweaked texts, cleaned import and cleared all mobs from boss cinematic

* Fixed creepers not getting properly removed during boss cinematic

* Reward typo

* Fixed rare NPE

* Typos

* Tweaked mini zombie

* Typo

* Prevent zombie from spawning minis after being removed

* Tweaked wave announcements + formated WaveVictory

* Changed color of prince tag + formated ZombieSpawner

* Fixed (another) rare NPE

* Tweaked boss wave cinematic
2016-10-12 22:40:05 -04:00
AlexTheCoder fc3ceddf4d Merge branch 'develop' of github.com:Mineplex-LLC/Minecraft-PC into update/basketball-game
Conflicts:
	Plugins/Mineplex.Hub/src/mineplex/hub/HubManager.java
2016-07-21 15:47:59 -04:00
TadahTech c32e647d9e Add private messaging system 2016-07-18 22:21:09 -05:00
TadahTech ce4289fa00 Don't do weather. 2016-07-18 22:13:32 -05:00
TadahTech 36f2873e15 Map Parser update. 2016-07-18 19:00:11 -05:00