Commit Graph

275 Commits

Author SHA1 Message Date
nossr50
4ea776da45 These files are no longer needed. 2011-01-16 15:31:48 -08:00
nossr50
b2904df5f6 Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2011-01-16 15:23:48 -08:00
nossr50
407c9d5b8a Ported the player profile system from vMinecraft over to vChat, with a few changes. 2011-01-16 15:23:05 -08:00
nossr50
03fb8654ed Even more up to date 2011-01-16 01:47:21 -08:00
nossr50
4bc895750a Dem bugs 2011-01-16 01:37:05 -08:00
nossr50
871c21cd35 Updated 1/16/2011 2011-01-16 01:20:12 -08:00
nossr50
4cf87d0541 Whoops 2011-01-16 00:23:48 -08:00
nossr50
9dcfa49b45 vMinecraft chat functionality ported to vChat 2011-01-16 00:21:38 -08:00
nossr50
5b44f81fca Fixed the last player name duping bug 2011-01-15 21:50:28 -08:00
nossr50
7deb6f3e84 Improvements, now works with latest bukkit 2011-01-15 19:29:06 -08:00
nossr50
30f144b21b Typing /list or /who will show an improved playerlist 2011-01-15 18:31:20 -08:00
nossr50
637868a12b Removed excessive comments, changed a mistake or two. 2011-01-15 13:29:47 -08:00
nossr50
4e004558e5 A simple fire antigrief plugin 2011-01-15 13:17:16 -08:00
nossr50
3793b72fae Removed old outdated source code files. Modified TODO. 2011-01-15 12:35:08 -08:00
nossr50
75b2c04d05 Updated to work with latest build of bukkit.
Changed the constructor.
2011-01-15 12:32:19 -08:00
nossr50
774ee57048 Forgot the .yml file 2011-01-14 15:49:43 -08:00
nossr50
f0d8a2979d Changing the directory 2011-01-14 15:44:40 -08:00
nossr50
b41aee4fda I made this to learn bukkit/eclipse, small and simple. 2011-01-14 15:43:06 -08:00
nossr50
7a497cd2b0 Small plugin for bukkit I wrote to learn bukkit/eclipse. 2011-01-14 15:26:48 -08:00
nossr50
95c9ab266a TODO for the bukkit version of vMinecraft 2011-01-13 16:59:21 -08:00
nossr50
7965d1b63e Ch-Ch-Changes 2011-01-13 12:34:19 -08:00
nossr50
985b49b668 Fixed bug with prefix not working whatsoever 2011-01-12 13:52:52 -08:00
nossr50
4698f4a5dd Fixed bug when using commands in console would falsely report the server was shutting down. 2011-01-11 13:20:28 -08:00
nossr50
51794bae44 And so it begins... 2011-01-11 12:03:52 -08:00
nossr50
59a2ebdaf6 vMinecraft hMod files moved into their own directory to make room for bukkit files. 2011-01-10 14:37:24 -08:00
nossr50
25e9d7afcf Changes to the party system 2011-01-10 12:08:07 -08:00
nossr50
03f73a0353 Freeze now uses playerSend instead of gmsg. Using say from console now logs correctly. Using stop from console now has a log. Masstp'd users can now tpback properly. Minor changes to the settings file. Possible onChat hook error fix. 2011-01-10 11:18:38 -08:00
nossr50
ce6c242cf2 onChat hook error fixed 2011-01-09 13:36:09 -08:00
nossr50
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
nossr50
5cc636f269 Now when using say its customized, soon to be customizable 2011-01-08 00:55:20 -08:00
nossr50
4249685208 Moved console stuff into the listener 2011-01-07 22:10:56 -08:00
nossr50
8f5073a447 Now it extends PluginListener 2011-01-07 21:43:08 -08:00
nossr50
44e172369f Added some barebones console interaction 2011-01-07 21:34:42 -08:00
nossr50
098d5942aa Can't believe I missed this 2011-01-07 15:29:37 -08:00
nossr50
4092f7397b This is why I hate copy pasting 2011-01-07 15:26:38 -08:00
unknown
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
unknown
6cd41467c5 Updatr support! 2011-01-07 12:51:08 -08:00
unknown
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
nossr50
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
nossr50
1fd278a3c9 Sigh.. 2011-01-05 10:51:43 -08:00
nossr50
af1f52baaf Deleting the old files 2011-01-05 08:26:21 -08:00
nossr50
82e32d7395 Changed file names to be shorter 2011-01-05 08:20:42 -08:00
nossr50
0d32acfe0b Fixed some errors with /tpback 2011-01-05 07:50:57 -08:00
nossr50
7a234a1be6 Fixed bug with silent toggle, cleaned up message informing players about /tpback 2011-01-05 07:34:38 -08:00
nossr50
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
nossr50
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
nossr50
e192fd366e More changes to MySpawn, should correct yet another hook error. 2010-12-31 11:05:17 -08:00
nossr50
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
nossr50
3e076d3951 Added a null check for attacker in onDamage 2010-12-31 09:53:03 -08:00
nossr50
9f840a3079 More changes, xmas, hook error stoppan, and other stuff 2010-12-31 09:10:30 -08:00