KHobbits
812de5c35c
Add API logging to Eco API.
2014-05-31 20:37:44 +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
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
e8ace54036
Make eco npc methods use proper user config creation and resets.
2014-04-15 00:06:29 +01:00
FearFree
5724c0c8df
Future Java versions may not support _ as identifier.
2014-03-22 16:08:11 +11:00
KHobbits
882ebae257
[Breaking] Add exception when players have exceeded their account limit.
...
This might effect some plugins which hook Essentials for economy without using the API
2014-02-02 16:07:32 +00:00
KHobbits
427b97433e
Logger cleanup pt 1.
2013-12-07 20:03:05 +00:00
KHobbits
59b501b2b1
Clean Imports
2013-10-11 03:44:41 +01:00
KHobbits
2928e8a99f
Use essentials itemdb for charge messages.
2013-08-15 05:47:23 +01:00
KHobbits
1ac5b4230e
Teleport cleanup
2013-08-13 18:06:24 +01:00
KHobbits
7401608cc5
The /tpahere command now stores the location of 'here' rather than using the current players location.
...
Cleanup teleport logic - This also fixes exploiting /tpahere to get accesses to restricted areas.
2013-08-11 16:37:21 +01:00
KHobbits
ddc8c07cd7
Restore vault compat
2013-07-26 00:11:37 +01:00
KHobbits
5eb3d9fa42
Wrap ItemDb accessors and move Item string matching to itemdb class.
2013-07-13 18:52:53 +01:00
Iaccidentally
cd51d718ba
[API] flip! (╯°□°)╯︵ ┻━┻
2013-07-13 13:40:46 -04:00
Iaccidentally
dad348d3d0
[API] Move 2.x API to new package, create dummy classes for compatibility
2013-07-13 11:14:39 -04:00
Iaccidentally
6a3c5694ac
[API] Cleanup
2013-06-28 15:21:49 -04:00
Iaccidentally
ff8c7b3315
[API] A basic example of a custom event, more to come.
2013-06-28 14:22:18 -04:00
Necrodoom
2b4b1520d3
fix typo in eco warning
2013-06-17 16:05:45 +03:00
KHobbits
9976cc847f
Allow use of deprecated teleport function through interface.
2013-06-09 13:38:09 +01:00
KHobbits
09f67c9723
Split util classes.
2013-06-08 22:31:19 +01:00
KHobbits
ac6b74887f
Turn Target into a real class.
2013-06-08 21:40:02 +01:00
KHobbits
f48ed6988d
Essentials API cleanup and teleport possession fixing. (UNSTABLE)
2013-06-08 19:34:14 +01:00
snowleo
6044cca54f
ECONOMY MADNESS? THIS IS … FIXED
2013-05-05 11:41:19 +02:00
KHobbits
2d70bb19f7
Economy Madness
2013-05-05 05:12:17 +01:00
Iaccidentally
1ab2a51550
API & misc cleanup
2013-04-30 12:25:25 -04:00
main()
538a2425c5
Made the "throws" declaration of getWarps() more specific
...
It is very difficult to handle an Exception thrown by an API method when you don't have any way to **programatically** (without dirty stuff like string comparisons, so the message is not enough) distinguish errors and find out what's going on.
2013-04-29 20:29:42 +02:00
Iaccidentally
0a03696983
[API] Add a warp api, with future 3.x support :: minor cleanup
2013-04-28 16:23:45 -04:00
snowleo
9160410a50
Allow to forceSave conf files
2013-04-23 00:47:45 +02:00
KHobbits
48d04216a7
Reduce calls to bukkit getPlayer();
2012-10-26 21:34:36 +01:00
KHobbits
8a9353fd09
Remove 3.x api migration code.
...
3.x development was moved to different code branch.
Removing deprecated warnings, since it would be silly to deprecate ALL classes.
2012-08-18 15:48:29 +01:00
KHobbits
c513014732
Graph a little bit extra information.
2012-03-15 08:08:25 +00:00
KHobbits
6da705c86f
Allow more currency customization.
...
Added currency key to messages.
2012-03-04 10:11:58 +00:00
KHobbits
9f893e68e9
Add Minimum Balance, to allow people to manage overdrafts.
2012-02-28 02:45:02 +00:00
ementalo
10597cec2f
Catch TeleportClause.COMMAND in the teleport listener.
...
Changed Teleport methods to pass a TeleportClause param
2011-12-07 01:12:36 +00:00
snowleo
72e187cd5c
Updated Jails to use the new config classes
2011-12-06 17:28:48 +01:00
snowleo
2851a4634c
cleanup
2011-12-06 16:35:30 +01:00
snowleo
58237a796a
New Interfaces in api package (WIP)
2011-12-06 16:32:06 +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
cf59a90c52
Throw RuntimeException instead of NPE, if the api is called before Essentials is loaded.
2011-10-09 16:53:01 +02: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
e37db99c56
Fix player still being in user list after he was deleted.
2011-07-18 03:54:33 +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
b7cb11cd95
Remove the restriction of EssEcoApi to not use iConomy or BOSE
2011-06-25 15:34:33 +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
c744675063
Comment about Register plugin inside Essentials Eco api
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1522 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-22 20:30:19 +00:00
snowleo
fa0a0b3301
Unit Tests for Economy API
...
Finally fixed the Currency format
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1436 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-13 19:18:22 +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
xeology
c33d3cbed8
API Changes.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1373 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-08 19:53:05 +00:00
xeology
8f67268c69
API Changes.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1372 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-08 19:40:24 +00:00
xeology
a1306a1a4e
Bug fixes on API.
...
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1371 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-05-08 19:25:44 +00:00