Commit Graph

248 Commits

Author SHA1 Message Date
ce6c242cf2 onChat hook error fixed 2011-01-09 13:36:09 -08:00
621fe2279b Player brackets in chat can now be colored the same as the group prefix color, allowing quick and easy identification of a players group. 2011-01-09 12:35:06 -08:00
5cc636f269 Now when using say its customized, soon to be customizable 2011-01-08 00:55:20 -08:00
4249685208 Moved console stuff into the listener 2011-01-07 22:10:56 -08:00
8f5073a447 Now it extends PluginListener 2011-01-07 21:43:08 -08:00
44e172369f Added some barebones console interaction 2011-01-07 21:34:42 -08:00
098d5942aa Can't believe I missed this 2011-01-07 15:29:37 -08:00
4092f7397b This is why I hate copy pasting 2011-01-07 15:26:38 -08:00
e894f14989 Rewrote how party chat works, now you can use /p to toggle it on or off and ! prefix to enter party chat just like admin chat. 2011-01-07 15:17:36 -08:00
6cd41467c5 Updatr support! 2011-01-07 12:51:08 -08:00
534525c137 Promote now has global messages. Demote now has a global message. You can now specify the rank in /promote. Players can have permission to /spromote to skip the permission checks involved with /promote. 2011-01-07 11:57:03 -08:00
e13e062e40 Changed registerMessage to check for the player being in silent mode, added some things to registerMessage. 2011-01-05 11:12:11 -08:00
1fd278a3c9 Sigh.. 2011-01-05 10:51:43 -08:00
af1f52baaf Deleting the old files 2011-01-05 08:26:21 -08:00
82e32d7395 Changed file names to be shorter 2011-01-05 08:20:42 -08:00
0d32acfe0b Fixed some errors with /tpback 2011-01-05 07:50:57 -08:00
7a234a1be6 Fixed bug with silent toggle, cleaned up message informing players about /tpback 2011-01-05 07:34:38 -08:00
a22c04a725 Added silent mode, made invisible players update for all players on player movement, this should stop cloning/issues with invisibility. Moved some functions into vMinecraftParty... considering renaming this to vMinecraftFunctions or something similar. 2011-01-05 07:09:51 -08:00
f5d220e7a3 Added invisibility, still need to fix up the code and add a few things. Wouldn't have been possible without the Vanish plugin authors permission to use his code. Double thanks! 2011-01-04 13:06:02 -08:00
e192fd366e More changes to MySpawn, should correct yet another hook error. 2010-12-31 11:05:17 -08:00
10896d4b16 Added checks when moving a player to their home to make sure they even have a home first. This should take care of some onHealthChange error hooks I got earlier. 2010-12-31 10:45:31 -08:00
3e076d3951 Added a null check for attacker in onDamage 2010-12-31 09:53:03 -08:00
9f840a3079 More changes, xmas, hook error stoppan, and other stuff 2010-12-31 09:10:30 -08:00
92c8ffa0a2 Even more tweaks, to the fireblockan loop 2010-12-31 08:36:18 -08:00
47e5a07b82 Tweaks to the settings file 2010-12-31 08:26:37 -08:00
da40f79d2a Commited out modify, but it still seems to be called. Hmm. 2010-12-30 13:17:29 -08:00
5209ad26f6 v1 will never get finished at this rate >.> 2010-12-30 12:54:07 -08:00
ab86705d31 Party chat fixed 2010-12-30 12:43:59 -08:00
42cb17db5b Working party system, still need to fix party chat to not be jibberish though. 2010-12-30 12:18:38 -08:00
2a1ff28af2 Fixed ezModo, for reals this time. 2010-12-30 04:40:57 -08:00
1388780143 Fix for ezModo not working and changed brackets in chat to be White again for now. 2010-12-30 04:32:41 -08:00
b2711e4328 Updated 12/27/2010 2010-12-27 19:41:59 -08:00
2195aca759 Now player brackets are colored based on their name color. Actually I need this to be group prefix, but am too lazy to change it in this commit. 2010-12-26 16:44:35 -08:00
977a21d282 Whoops, forgot /r/n on some things 2010-12-26 16:18:17 -08:00
4577fdb159 Made the fire antigrief more complex, now you can specify which blocks fire will not spread to as well as toggling lava being able to spread fire or not. 2010-12-26 16:13:46 -08:00
f15e00bdc7 Fixed the message to look nicer 2010-12-23 19:11:41 -08:00
da86708f67 Added /myspawn, a command that will return players to their home with penalties. 2010-12-23 19:06:20 -08:00
f7254d3492 Players will now properly move to their home location when they die, death messages are working now but are only random messages. 2010-12-23 18:24:51 -08:00
0e043afddb Added xmas style coloring, use ^x to color things as such 2010-12-23 17:48:08 -08:00
e5bf3fb9e5 Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2010-12-23 17:17:48 -08:00
6a122fb0aa Added the ability for players to "spawn" at their home location, when enabled it moves a player after they have died and revived to their home location. 2010-12-23 17:16:38 -08:00
1824ac4570 Changes to TODO 2010-12-20 14:11:20 -06:00
0cf2c13a4e Changes to TODO 2010-12-20 14:10:28 -06:00
390396f9b3 Changes to TODO 2010-12-20 14:08:57 -06:00
30d6b1ac51 Honestly, I don't remember ;_; 2010-12-20 03:52:31 -08:00
4cdbcc053c Sometimes I don't know how I miss stuff like this. 2010-12-20 03:31:01 -08:00
4629d0467c Whoops forgot to add in /save! 2010-12-20 03:17:18 -08:00
3046d613aa Added exploit prevention to /tpback 2010-12-20 03:11:15 -08:00
c12f0a0936 Fixed /tpback, it also still saves to file. Should we really remove this? Also need to add saving the pitch/rotation to it too. 2010-12-20 02:58:56 -08:00
99a5f13b5e Added /tpback, not exactly working correctly yet. 2010-12-19 23:53:56 -08:00