KHobbits
3f1c996959
Use quicker ban lookup to reduce /seen lag.
2014-08-14 01:50:31 +01:00
KHobbits
0c416c8366
Remove ban check from /ess cleanup, no longer required.
...
Fix ban upgrade script.
2014-07-12 19:13:23 +01:00
FearFree
51be2131f7
Update to new ban method.
2014-07-12 17:40:14 +01:00
KHobbits
2215b0f53f
Don't allow old UUID's to accidentally overwrite current UUID for user mapping.
...
Add some extra logging and uuid debug.
2014-06-07 18:08:25 +01:00
KHobbits
c12373bf41
Remove '-' from valid account names again.
...
This could cause issues with NPC's converted to UUID before this version.
2014-05-05 22:46:46 +01:00
KHobbits
0364d4e0de
Allow disabling userfile cache on uuid convert.
...
Add "ignore-userfiles-cache: true" to "upgrades-done.yml" to disable cache, forcing uuid lookup requests.
2014-05-04 13:25:20 +01:00
KHobbits
b40aa43872
Delay uuidconversion for 10s and show warning.
...
UUID conversion should now better handle offline conversion.
2014-04-26 23:50:12 +01:00
KHobbits
d62b401db8
Skip empty user names on uuid conversion.
2014-04-22 18:07:02 +01:00
KHobbits
887957756e
[Breaking] Fix ECO NPC's. This is a work around of CB's recent changes blocking invalid uuid lookups.
...
NPC's converted with the previous version will need manual changes.
2014-04-19 02:03:39 +01:00
KHobbits
6098086a99
Optimize uuidmap writing, and use userConf write buffering.
2014-04-17 05:34:34 +01:00
KHobbits
87f90e9bdd
Add progress status and /ess uuidconvert command for manual conversion.
2014-04-17 02:18:28 +01:00
KHobbits
9e9409da1e
Essentials UUID conversion.
2014-04-13 21:40:15 +01:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
KHobbits
427b97433e
Logger cleanup pt 1.
2013-12-07 20:03:05 +00:00
Iaccidentally
3e725ef060
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
2013-11-06 21:22:32 -05:00
KHobbits
59b501b2b1
Clean Imports
2013-10-11 03:44:41 +01:00
Iaccidentally
dad348d3d0
[API] Move 2.x API to new package, create dummy classes for compatibility
2013-07-13 11:14:39 -04:00
KHobbits
09f67c9723
Split util classes.
2013-06-08 22:31:19 +01:00
snowleo
9160410a50
Allow to forceSave conf files
2013-04-23 00:47:45 +02:00
KHobbits
62381a7f52
Async EssentialsSpawn join event, like the others.
2012-09-08 14:55:37 +01:00
KHobbits
5e8fd3993d
Basic module graph.
2012-03-15 01:17:12 +00:00
KHobbits
d3033716ca
Add Griefcraft metrics to Essentials
...
Warns on first start, and first staff join, and 5 minute warning before logging starts.
2012-03-15 00:49:22 +00:00
KHobbits
9f605e9a88
Fixing upgrade script to allow powertool upgrade.
2012-02-23 14:49:23 +00:00
snowleo
f46948249e
Updated Essentials to work with R5
2012-02-21 17:33:46 +01:00
snowleo
9e1571a8e5
More cleanup
2011-12-06 17:42:55 +01:00
snowleo
72e187cd5c
Updated Jails to use the new config classes
2011-12-06 17:28:48 +01:00
snowleo
019b49ef11
Updated EssentialsSpawn to use the new config code
...
/spawn and /home now call the PlayerRespawnEvent to make it more compatible with other plugins.
2011-12-06 13:41:29 +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
snowleo
0bbc1e540b
motd and rules are now configured in the files motd.txt and rules.txt, values from config.yml are copied automatically
...
New features:
Info command now understands the tags from motd and rules
motd and rules are now multipage
On join, only the first page of motd is shown.
2011-11-18 04:18:03 +01:00
snowleo
4c698762c3
Automatic updates for future versions of items.csv
...
We also update all 1.7.3 versions of items.csv
2011-09-18 00:49:34 +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
6c738294d1
Skip default home if it's invalid.
2011-08-24 03:49:35 +01:00
KHobbits
7df5098bf6
Homes tolower.
...
Max homes fix.
2011-08-23 15:37:09 +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
okamosy
812a357361
added config upgrade for powertools
2011-08-21 19:02:01 +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
a38fe6acd4
Heavy cleanup of all classes
...
ItemDb is not static anymore
Essentials.getStatic() removed
2011-07-16 01:33:22 +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
70c84083c4
Show file name, if there is an exception in the user upgrade code.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1533 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-23 10:59:26 +00:00
snowleo
a805c5425c
Only update config, if there are worth values.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1504 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-16 21:43:43 +00:00
snowleo
bb804a5710
Fix _setMoney failing on upgrade.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1500 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-16 08:55:20 +00:00
snowleo
4bd6bdcc39
Don't load worlds on startup for Upgrade process, use FakeWorld instead.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1455 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-14 02:02:15 +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
snowleo
2af13fd062
[trunk] Delete temp files, if they are not needed.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1320 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-02 16:59:25 +00:00
snowleo
9d9adaa0b5
[trunk] Fix converting to new home format.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1304 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-02 00:20:57 +00:00
snowleo
6f16650e7d
[trunk] Upgrade:
...
- move users.yml to users.yml.old
- handle filesystems that ignore case
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1303 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-01 22:58:54 +00:00
snowleo
c5850ddbd1
[trunk] Another fix for upgrading the home locations
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1302 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-01 22:35:26 +00:00
snowleo
088508bd37
[trunk] Fix bug on upgrade the home locations
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1301 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-01 21:58:38 +00:00