Commit Graph

6139 Commits

Author SHA1 Message Date
861ef59334 Personal muting added. 2010-12-08 13:29:13 -06:00
48fc69c220 Fixed minor bug with vMinecraftUsers because of a change to how aliases are registered. 2010-12-08 03:59:38 -06:00
fc5dc3c904 Removed depreciated vMinecraftAnnouncements.java 2010-12-08 03:52:12 -06:00
7561b40a15 Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2010-12-08 03:47:53 -06:00
4d1feb4f3b Fixed some aliasing bugs, added in commandAnnounce type of command, fixed /reply, changed the command list to be an ArrayList instead of Array. 2010-12-08 03:47:42 -06:00
2c2c212bf1 Changing how vhelp works 2010-12-08 01:38:33 -08:00
9508643597 Added basic version of vminecrafthelp, still need to add tips to it. 2010-12-08 00:51:36 -08:00
891b7d0f43 Made fire stopping simpler and functional. 2010-12-08 00:21:01 -08:00
a2027ec991 Antigriefs should be working now, it will check the sorrounding blocks to see if any of them are blocks that fire is not allowed to spread to. Also commented out if statement on announcements to see if it was bugged or not. Added in /colors command so players can see all the colors they can use. 2010-12-07 23:57:32 -08:00
8f09d9c428 Fixed some formatting for whispers. 2010-12-07 23:00:47 -06:00
ba0049a8df Fixed some formatting for whispers. 2010-12-07 22:59:23 -06:00
34452a5dc9 Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2010-12-07 22:55:10 -06:00
0233605785 Adding players to the PlayerList should work now. 2010-12-07 22:53:51 -06:00
518e7ae18c Trying out making announcements extend commands to see if it will fix global commands, also added in global messages for /tp. 2010-12-07 20:24:39 -08:00
d65252d289 Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2010-12-07 22:19:38 -06:00
69d003af2d Fixing WordWrap 2010-12-07 22:18:54 -06:00
914ef8e8d0 Fixed /modify <name> command exploit again, still doesn't have a toggle though. 2010-12-07 20:16:13 -08:00
bfdbe3f6f9 First version of fire antigriefs... Forgot this file. 2010-12-07 20:08:40 -08:00
908456cf84 Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2010-12-07 20:04:57 -08:00
55f48764fe First version of fire antigriefs. 2010-12-07 20:02:12 -08:00
42c7688c1a Added /msg and /reply 2010-12-07 22:00:32 -06:00
d8de7af3cb - 2010-12-07 15:05:54 -06:00
aee77c068d In this version death messages are working, and theres more of them too. 2010-12-04 00:27:51 -08:00
a8f544a341 Can't remember 2010-12-02 20:14:30 -08:00
2fdd930db1 Latest version, just doesn't seem to work for player damage though. 2010-12-02 20:10:28 -08:00
c518cfdc83 Whoops 2010-12-02 19:58:29 -08:00
8b3f83941f Moved the damagetype int declarations after the check to see if the attacker is not a player. 2010-12-02 19:57:08 -08:00
278c24650a Further revisions, moved death messages to onDamager. 2010-12-02 19:46:21 -08:00
f521bd6fe9 Added checks for pvp in death messages 2010-12-02 19:34:35 -08:00
8899f2d4c4 Revisions to onDamage v2 2010-12-02 19:09:35 -08:00
aa3cb69fe8 Revisions to how onDamage works 2010-12-02 19:03:54 -08:00
f26f5cca73 Early version of specific death messages, needs testing. 2010-12-02 18:27:04 -08:00
41c9feb13e Fixed onDamage to report damagetypes to a public int. 2010-12-02 18:13:19 -08:00
d3aff7d2d6 Setting up the foundation for specific death messages. This version will post information on attacker/defender entity IDs and dmg amount to the server console. 2010-12-02 17:25:02 -08:00
f99bb09d44 Updated 2010-12-02 14:34:03 -08:00
0c96c14045 Death messages are fixed now. 2010-12-02 14:27:36 -08:00
6ab7b49e94 Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2010-12-02 14:13:56 -08:00
83f1ed4a8f Fix for ezmodo, removed ezHealth 2010-12-02 14:13:23 -08:00
c92e434389 Minor fix 2010-12-02 15:46:50 -06:00
3a85abadfa save() added to PlayerProfile, won't compile as is. But this should do the trick for us. 2010-12-02 13:42:59 -08:00
04c385d0dc Added in some parsing of the loading from vminecraftusers.txt 2010-12-02 14:45:24 -06:00
9e293645a3 Added a few more things to TODO 2010-12-02 01:55:15 -08:00
f36a842fc7 Very early version of trying to get this stuff to work, its half done and won't compile as is. Got sleepy. Not even sure If I'm approaching it right, I'll look at it with a clear head in the morning. Feel free to tweak it if you want, I'll resume once I wake up if not. 2010-12-02 01:39:17 -08:00
c792411589 Whoops 2010-12-02 00:16:22 -08:00
176622127e Merge branch 'master' of github.com:nossr50/vminecraft-plugin 2010-12-02 00:09:11 -08:00
0e171e8ecc Added check to see if the user exists before appending file. Also borrowed some code from hMod to tweak into functions for vMinecraftUsers, also put in placeholders for things I'm going to write soon. :P 2010-12-02 00:08:52 -08:00
34612f93d1 Added check to see if the user exists before appending file. Also borrowed some code from hMod to tweak into functions for vMinecraftUsers, also put in placeholders for things I'm going to write soon. :P 2010-12-02 00:06:03 -08:00
76cadca12f Starting coding for PlayerProfiles class to store aliases, personal muting, tag, and nickname 2010-12-02 00:17:42 -06:00
a0552c1f31 Comments added to charLength function 2010-12-01 21:29:50 -06:00
6c922a02c8 Fixing words too long to fit on a single line. 2010-12-01 21:26:18 -06:00