md678685
e230cee91e
Add new item database API ( #2472 )
...
* Allow resolver functions to be added to item databases
* Allow resolvers to add item names to list
* Make getResolverNames package-private
2019-04-15 10:09:16 +01:00
AgentTroll
863bd5a89e
Add /back target capability
2019-03-08 22:41:59 -08:00
md678685
dde4a36df0
Economy API: Attempt to find users by UUID if username not present ( #2432 )
...
Attempt to find user by UUID if username not present. Fixes (maybe) #2400 .
https://github.com/EssentialsX/Essentials/issues/2400#issuecomment-466043896
2019-02-22 18:10:36 +00:00
md678685
32540c23ab
Add IItemDb#isReady to check if item database is available
2019-01-12 21:43:36 +00:00
md678685
4b1c51c21d
Reword IItemDb#serialize docs
2018-12-23 18:02:38 +00:00
md678685
149d9b61cc
Add methods to facilitate conversion from IDs to new Materials
2018-12-15 18:54:01 +00:00
md678685
177e5f62f7
Remove providers; move JSON support into ItemDb
2018-10-12 17:26:22 +01:00
md678685
d1d5ae814f
Merge branch '2.x' into 1.13
2018-08-27 20:01:01 +01:00
Max Lee
f569b89d8f
Round down balance when converting to double ( #2135 )
2018-08-21 23:45:58 +01:00
md678685
1ddb1822ef
Merge branch '2.x' into 1.13
2018-08-05 23:02:11 +01:00
md678685
3d60aa1747
Fix build errors ( #2018 )
...
Fixes build errors caused by the warp owner PRs (#1961 and #2017 )
2018-05-28 12:21:23 -07:00
FlashLight34
967bb44d94
Update IWarps.java ( #2017 ) @FlashLight34
...
Maybe the compilation fails because that :P
2018-05-27 07:33:37 +01:00
Trent Hensler
ace361af60
Compile against 1.13 preview.
...
Still a lot of work to do. One thing to note is that I used LEGACY materials in a few spots where I didn't know what the new ones are as I'm not very familiar with the 1.13 update and what it changes.
2018-01-18 17:52:44 -08:00
Trent Hensler
1a820ad9b7
Initial removal of item IDs.
...
We do not rely on Bukkit's item ids anymore, though we still support them in commands via a mapping built off of the items.csv.
2017-12-12 22:06:25 -08:00
Ali 'SupaHam' M
bbe0ca9302
Implement tab completion for all commands. ( #1282 )
...
List of supported commands:
```
/afk
/balance
/balancetop
/ban
/banip
/bigtree
/book
/broadcastworld
/burn
/clearinventory
/condense
/delhome
/deljail
/delwarp
/eco
/enchant
/enderchest
/essentials
/exp
/ext
/feed
/fireball
/firework
/gamemode
/getpos
/give
/hat
/heal
/help
/helpop
/home
/ignore
/invsee
/item
/itemdb
/jump
/kick
/kill
/kit
/lightning
/list
/mail
/me
/msg
/mute
/near
/nick
/nuke
/pay
/potion
/powertool
/ptime
/pweather
/recipe
/remove
/repair
/sell
/showkit
/skull
/speed
/tempban
/thunder
/time
/togglejail
/tp
/tpa
/tpaall
/tpahere
/tpall
/tphere
/tpo
/tpohere
/tppos
/tree
/warp
/weather
/world
/worth```
2017-06-11 01:17:43 +01:00
vemacs
73ac6488ce
Run IntelliJ IDEA inspections
2015-06-03 14:11:56 -06:00
drtshock
9a265aac48
Add /createkit.
...
Allows you to create a kit in game using your inventory.
2015-04-20 12:51:22 -05:00
drtshock
dde0b20775
Reformat
2015-04-14 23:06:16 -05:00
KHobbits
23f14bc2d5
If a player already exists in the usermap, don't replace it with a eco npc.
2014-07-19 18:04:35 +01:00
KHobbits
0b925e6fc0
Don't cascade null usernames passed from eco api
2014-07-10 11:48:54 +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
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