KHobbits
aab6af768d
Fixing casing and formatting issues in /list
2013-03-29 02:59:55 +00:00
Luuk Jacobs
386b73dbdb
[Fix] Strip colourcodes from groups
...
This way groups with colourcodes in the middle of the name work with /who <groupname> ie. §4S§cerveradmin
2013-03-26 11:43:45 +01:00
KHobbits
093611fb2a
Use original case for default /list groups.
2013-03-19 18:34:28 +00:00
KHobbits
66e87bdd1c
Minor code cleanup
2013-03-18 23:15:18 +00:00
KHobbits
4b5cc8cfd8
Cleanup: Run Kukes code through a dryer, add more comments.
2013-03-18 22:43:05 +00:00
KHobbits
984eca9723
Cleanup: Comment and simplify /list code - More to do.
2013-03-18 08:53:12 +00:00
KHobbits
5b55fd97e6
Cleanup - Split /list into methods
2013-03-18 08:16:34 +00:00
kukelekuuk00
0c82c61574
fixes and addition of '*' to match all unmatched users.
2013-03-18 06:16:02 +00:00
kukelekuuk00
32099a4109
Added /list [group] and some more detailed configuration regarding /list
2013-03-18 06:16:02 +00:00
KHobbits
0dc1270aed
Split colour permissions into 3: color/magic/format
2012-03-22 22:07:13 +00:00
KHobbits
7bcec32134
Cleaning up displaynames
2012-03-21 23:54:57 +00:00
KHobbits
8b7c5cf2ed
Add listgroups as TL key
2012-03-05 00:19:40 +00:00
KHobbits
1811631b93
Apply colors to group tags.
2012-03-05 00:08:37 +00:00
snowleo
8ed4418d5f
Translated /list command
2011-11-26 15:26:48 +01:00
snowleo
220d68f375
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01:00
KHobbits
e5a8cd88f0
Code cleanup continued.
2011-11-18 17:48:49 +00:00
KHobbits
a05f730e76
Little more command cleanup.
2011-11-18 13:48:31 +00:00
snowleo
6427a93d14
Correctly charge for the use of commands.
...
We now first test, if the user could pay it, do the stuff and then charge him. If the command throws an exception, the user will not be charged.
2011-08-27 23:14:49 +02:00
KHobbits
040e2bee86
Fixing trade sign messages
...
Unifying tree/spawnmob code for block selection
Adding TL notes
2011-08-21 17:08:32 +01:00
snowleo
fdb46f60fd
Add white color after each name to prevent coloration of the next name.
2011-07-23 00:47:02 +02:00
snowleo
fd1256b449
Only show hidden player count, if it's more than 0
2011-07-18 05:45:05 +02:00
snowleo
be83383fd5
Added option to hide player from /list /who ... login message.
...
This is for other plugins, that want to hide a player.
Use IEssentials.getUser(Player p).setHidden(boolean)
2011-07-18 03:42:21 +02:00
snowleo
a38fe6acd4
Heavy cleanup of all classes
...
ItemDb is not static anymore
Essentials.getStatic() removed
2011-07-16 01:33:22 +02:00
ementalo
07e49c3fbb
[trunk] translations - halfway there
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1416 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-10 21:52:07 +00:00
snowleo
224c18348a
This is a big refactoring of the user class and more.
...
Many commands have been cleaned.
File changes:
- all user data has been moved from users.yml to userdata folder
- all files in userdata folder are lower case
Both changes should be done automatically.
Class changes:
- Moved all user data functions to UserData class
- Moved all user teleport functions to Teleport class
- Moved the user list to Essentials class
- Less static functions for better testing
- EssentialsCommand now has ess Property (Essentials class)
- New NotEnoughArgumentsException, that will show command description and syntax
New commands:
- /seen, shows the last login or logout
- /tempban, temporarily ban someone
- /tjail and mute, temporarily option added
Other changes:
- ban reason is saved
- don't show "You have xxx mail" on login, if user doesn't have essentials.mail permission
- time will be parsed: years, months (mo), weeks, days, hours, minutes (m), seconds, these can be shortened and combined, example: 2 days 5h 30m
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1300 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-01 21:07:30 +00:00
snowleo
dbc653edb8
[trunk] /list: Reset color after [AFK]
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1128 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-05 15:54:59 +00:00
snowleo
a3ebd254f2
Moving all files to trunk.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-03-19 22:39:51 +00:00