snowleo
871c0e6b6a
Disable god mode automatically in worlds defined by config
2011-11-25 07:12:21 +01:00
snowleo
63991cb38d
Moved all dependency on craftbukkit to one package in the main jar. The rest is now clean bukkit code. Also cleaned PlayerExtension class.
2011-11-22 03:02:08 +01:00
snowleo
220d68f375
Switch to the new I18n class and format cleanup of all classes
2011-11-21 02:55:26 +01:00
snowleo
14cc499421
Fix long prefix breaking setPlayerListName(), because they are too long.
...
If Essentials detects, that the player name would be too long with prefix and suffix to fit in the player list, it will only update the name without prefix and suffix but with nickname and opcolor.
2011-11-20 16:43:38 +01:00
KHobbits
4f8319bbb9
Warn in the console if group prefixes are too long.
...
People using displayname prefixes can set longer chat prefixes in the chat config.
2011-11-18 23:08:16 +00:00
KHobbits
11f02fb947
Code cleanup continues...
2011-11-18 18:11:49 +00:00
KHobbits
f0c49019dd
Only pull/push data on valid player data.
2011-11-04 23:13:21 +00:00
KHobbits
05242a7e8f
Force displayname update on /list.
...
Tidy duplicate displayname call.
2011-11-04 16:51:00 +00:00
KHobbits
d171cce45d
Trim long nicknames for use in tab list
...
Colour Nicknames
Refactor /nick Command
Fix nickother validity checks.
2011-11-03 22:13:50 +00:00
KHobbits
1757badf64
Cleanup last references to portal management in Essentials.
2011-10-30 01:37:18 +01:00
KHobbits
04de66bc8a
Sneaking in an option to disable prefix/suffix selectively.
...
(This will probably be removed during ess chat rewrite).
2011-10-27 06:17:18 +01:00
snowleo
1a020698d1
Use of lomboks delegate on player wrapping
2011-10-21 01:23:35 +02:00
ElgarL
cb41b7ac33
Fixed manudelsub not correctly selecting the group to remove.
2011-10-11 01:03:38 +01:00
KHobbits
da337284e5
Adding list name to /nick support.
2011-10-04 07:21:09 +01:00
snowleo
458068ae87
Fix god mode enabled after afk player quit the game
2011-09-30 00:09:48 +02:00
snowleo
c6e68f72ea
Only afk people, if they have essentials.afk permission.
2011-09-29 23:59:24 +02:00
KHobbits
8e0560ae1a
Make sure we don't bounce people with expired tempbans.
2011-09-26 23:37:00 +01:00
snowleo
91b504cc66
Correctly implement food level on god mode
2011-09-22 10:46:23 +02:00
snowleo
4c6cc5ced0
Updates for banning
...
Removing the ban workaround
We might remove the ban commands completely.
2011-09-07 22:34:53 +02:00
snowleo
998d097d7d
Fix afk not disabled after command use
2011-09-05 04:14:02 +02:00
snowleo
fb211d722c
Prevent that hidden players broadcast afk messages
...
Prevent that moving players triggers unafk too early, they can now move within a radius of 3 blocks from the position where they went afk.
2011-09-02 16:16:15 +02:00
snowleo
382bd24046
Prevent afk message after login, also don't show afk message on logout.
2011-09-01 15:29:45 +02:00
snowleo
d3dd4980a4
Using base instead of our wrapped player for permission check.
2011-08-31 12:51:59 +02:00
snowleo
610a713997
Fixes to auto afk
2011-08-27 22:29:57 +02:00
snowleo
f18c3c7e1d
Disable /nick if change-displayname is disabled
...
Some translations
2011-08-27 16:56:45 +02:00
snowleo
34987d6e07
Fixes for afk
2011-08-27 15:30:56 +02:00
snowleo
8998168ec2
Auto-AFK, AFK-Kick and freeze afk players
2011-08-27 13:59:49 +02:00
KHobbits
3d913f9fcc
Make home throw an exception if the world doesn't exist.
...
Add multiverse/missing world support to home upgrade.
2011-08-24 05:18:35 +01:00
KHobbits
6ee7017603
Adding Home upgrade script.
...
Tidying up home code.
2011-08-23 06:09:34 +01:00
KHobbits
0592c1fe11
Added multiple homes.
...
Permissions currently: essentials.sethome.multiple and essentials.sethome.multiple.unlimited
New config setting: multiple-homes (default value 5)
2011-08-23 03:42:32 +01:00
snowleo
a085503c84
Users are now loaded async, so we have a new internal structure where they are saved.
...
I also did some cleanup on the classes that I worked on.
This needs testing, it might break, because it does not behave 100% identical like before.
it's possible that /balancetop now needs more time to finish, if not all users are loaded into memory.
2011-08-08 14:40:40 +02:00
snowleo
3cedfeef2c
Separate config setting for prefix/suffix
2011-07-23 01:43:02 +02:00
snowleo
06dc9c25af
Revert "I don't think we need this anymore."
...
This reverts commit 83b71eef5e
.
Also inverted it, so it works now again.
2011-07-20 18:36:29 +02:00
snowleo
83b71eef5e
I don't think we need this anymore.
2011-07-18 06:19:40 +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
snowleo
25c9557c59
Cleanup of Essentials class
...
Moved all ban stuff to BanWorkaround
2011-07-15 23:39:56 +02:00
snowleo
d2db6348d9
Moved user.setDisplayName() from EssentialsChat to Essentials
...
Added new config: change-displayname (default to true)
It allows users to disable the setDisplayName, if they have other plugins that modify the display name
Updated user.getNick() to use StringBuilder
2011-07-15 20:35:09 +02:00
snowleo
ae7275c7ad
New permission: essentials.sleepingignored
2011-07-15 20:13:52 +02:00
ementalo
1b0b0b1b57
fix messages when /eco'ing others
2011-07-14 23:27:04 +01:00
ementalo
e4ba0245be
fix take message for ec
2011-07-08 12:49:57 +01:00
ementalo
8a1fb88ecd
missed this from checkin oops
2011-07-08 12:29:06 +01:00
ementalo
39770cd46d
Test #304 set the location using the setters location, not the players location.
...
Support for offlline players
2011-07-07 22:24:50 +01:00
snowleo
f2107047da
Set sleeping ignored for afk players & disable afk mode on login
2011-07-06 00:05:44 +02:00
snowleo
88ded926f4
Corrected all commands of PermCommands
...
onCommand now supports the change of the permissions prefix
2011-06-26 15:47:28 +02:00
snowleo
4f16c8b5a7
Permissions 3.1.4
...
Added Code for Perm2, Perm3 and Config Permissions
Cleaned EssentialsChat
2011-06-07 00:24:39 +02:00
snowleo
117d938ac5
Several bug fixes and cleanup.
...
Found using PMD and FindBugs.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1553 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-06-01 10:40:12 +00:00
snowleo
5ae48481bd
Refactoring: New Charge class
...
user.canAfford(String), user.canAfford(EssentialsCommand), user.charge(String), user.charge(EssentialsCommand) have been removed.
Teleport class has been changed to use the Charge class.
This also fixes some bugs, like the one with warp signs.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1512 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-22 18:53:23 +00:00
snowleo
7686e04b69
Register v0.6
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1457 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-14 02:16:47 +00:00
snowleo
fa963505e8
Register v0.6
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1456 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-14 02:16:05 +00:00
snowleo
ea52e817b5
Move Register stuff inside Essentials
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1454 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 23:39:18 +00:00
snowleo
18b8c0cde5
Register included inside Essentials with different packagename to prevent recursion.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1444 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 22:13:10 +00:00
snowleo
fe8edacf08
Catch the case, if the user does not have a account with Register
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1439 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 20:41:49 +00:00
snowleo
0f72b94724
Added Support for Register.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1438 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 20:36:41 +00:00
snowleo
82dd4e88b4
Rewritten Economy API. Please update your plugins.
...
This Economy API is now supported by Essentials.
Do not use NPC Accounts as bank accounts. Bank accounts are not supported yet.
New config: currency-symbol
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1431 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 16:57:45 +00:00
snowleo
87b0ae2695
Don't change color of op if setting is set to none.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1410 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-10 20:40:32 +00:00
snowleo
8e1f018104
More translation stuff. Essentials namespace is now translated.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1407 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-10 19:02:59 +00:00
ementalo
1c68dde4a8
[trunk]missed a rouge $
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1360 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-07 10:58:51 +00:00
ementalo
bbf1bef888
[trunk]fix nullpointer on mails after you clear them
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1323 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-02 22:51:57 +00:00
snowleo
79c0ef69c4
Cleanup of the iConomyBridge Code
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1321 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-02 18:22:17 +00:00
xeology
037473d13b
Fixed ugly decimals in messages and in balance.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1308 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-02 01:23:57 +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
41d73bf90e
EssentialsGeoIP is now officially part of Essentials
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1292 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-01 11:04:34 +00:00
ementalo
2b915e72fa
[trunk] fix /home playername. Look out for any case sesitive weirdness
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1288 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-28 22:52:08 +00:00
Zenexer
4bb368f7d7
CB 711
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1262 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-23 00:20:55 +00:00
zenexer
c98d81bf8c
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1234 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-16 19:05:31 +00:00
snowleo
201ffa4770
[trunk] Update user data if a command from /powertool is removed
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1217 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-16 13:41:36 +00:00
ementalo
7463d06594
cleanup
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1192 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-14 22:53:36 +00:00
ementalo
dd164d2e38
[trunk] adding new setting to send a person to spawn if /home is used with no home set
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1187 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-14 09:36:25 +00:00
zenexer
ef29285239
Added ability to disable nicknames by adding /nick to the disabled commands list
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1180 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-12 02:21:53 +00:00
snowleo
d23e7a2821
[trunk] Home: Catch world not loaded/unknown in server.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1171 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-10 23:35:07 +00:00
snowleo
017e208231
[trunk] New permissions:
...
essentials.nocommandcost.all
essentials.nocommandcost.[commandname]
Don't charge a user for a command.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1165 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-10 19:44:12 +00:00
ementalo
f124c1f824
New RB #670
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1149 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-08 08:16:28 +00:00
snowleo
5dcb5e02fb
[trunk] Last heal, Last teleport: Don't error if it's the first time.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1144 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-07 16:57:06 +00:00
snowleo
c1ac5b345f
[trunk] Don't expect the values from yaml to be a specific number format.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1141 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-06 10:32:59 +00:00
snowleo
3ef2efd1fb
[trunk] Teleport Cooldown: uncommented code
...
What was the regression here?
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1132 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-05 16:53:26 +00:00
snowleo
57b5af7829
[trunk] /msg /r Reply to the console. Add /r console command.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1129 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-05 15:57:54 +00:00
snowleo
792b1c7af5
[trunk] Unlimited: List unlimited items with /unlimited list <player>
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1119 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-04 14:27:06 +00:00
snowleo
7d0e9a26b0
[trunk] New /powertool command
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1112 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-04 01:26:45 +00:00
snowleo
bc243cb7df
[trunk] Renamed infinite to unlimited
...
Please change your permissions and config if you have used this.
New Command: /unlimited [item] <player>
Allows a player to enable unlimited placing for one item. Can be used on other players.
The permission essentials.unlimited.placing still enables it for all items.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1110 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-03 20:39:39 +00:00
snowleo
9df79032ea
[trunk] Renamed infinite to unlimited
...
Please change your permissions and config if you have used this.
New Command: /unlimited [item] <player>
Allows a player to enable unlimited placing for one item. Can be used on other players.
The permission essentials.unlimited.placing still enables it for all items.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1108 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-03 20:21:20 +00:00
snowleo
0efed42015
[trunk] teleportTo replaced with teleport; craftbukkit deprecated
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1089 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-01 23:39:18 +00:00
snowleo
f6ccc7b089
[trunk] Fixed multiworld support for /home
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1088 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-01 23:35:10 +00:00
snowleo
f1e44b1fda
[trunk] Cleanup
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1086 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-04-01 22:55:28 +00:00
Zenexer
12b5203039
Temporary fix for teleportation
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1044 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-03-30 20:22:07 +00:00
snowleo
903ccfc798
Commit 1001
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1027 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-03-30 13:28:57 +00:00
snowleo
08041599ff
Revert to 1013
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1021 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-03-30 12:56:34 +00:00
Zenexer
cb21bc4d7a
2.1 prerelease, part 2 of 3
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk2.1@1015 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-03-30 04:03:21 +00:00