Commit Graph

585 Commits

Author SHA1 Message Date
Eric
e2828aaae8 Remove version from final jar name 2016-07-13 16:40:19 +02:00
Eric
330b671cfe Fixed javadoc of ShopReloadEvent 2016-07-13 16:19:18 +02:00
Eric
5ac136ffcc Improved handling with shops that got errors when loading
An exception will now be thrown, when there's no space above the chest (only if items should be shown).
Holograms now won't be shown to the player if the shop has no chest, but the shop will get removed.
2016-07-13 15:53:50 +02:00
Eric
802e3585b8 Hardcoded reloaded message in reload timer 2016-07-13 15:05:50 +02:00
Eric
dc40e30301 ShopUtils no longer contains static methods 2016-07-13 15:03:54 +02:00
Eric
225c59c2ea Added reload-timer (can be configured) 2016-07-13 14:34:09 +02:00
Eric
1d22e28954 Added configuration values
You can now set whether a shop should be removed from the database if an error occurred when loading it, and you can set whether the floating shop item should be shown/enabled.
2016-07-13 14:05:56 +02:00
Eric
47414009bf Change configuration values per command
This will probably be a bit buggy, so I recommend to keep editing the file manually. Also, all of the comments in the config.yml will get deleted after using the command!
This closes #10.
2016-07-08 16:56:55 +02:00
Eric
34468ef623 Changed version to 1.9.0
There will be some more changes, so the update is coming soon...
Also, the properties in the plugin.yml are now extracted from the pom.xml
2016-07-06 21:59:42 +02:00
Eric
77f2476a70 Added javadoc for events 2016-07-06 21:34:08 +02:00
Eric
99ab436346 Changed commit message of maven artifact updater 2016-07-06 21:13:08 +02:00
Eric
b817bf61ea Automatically build and deploy javadoc jars 2016-07-06 21:06:57 +02:00
Eric
fbbe519381 Remove craftbukkit dependency in 'ShopChest' artifact 2016-07-06 21:06:14 +02:00
Eric
3a7e96f88d Assign type in ShopBuySellEvent 2016-07-06 20:52:10 +02:00
Eric
14d23c2d57 Removed broadcast message
This was never really used...
Also, in the API, you can now get the player of the ShopPreInfoEvent
2016-07-06 17:05:30 +02:00
Eric
0b3f45ccd1 Added Events for new API
Javadoc will be added later
2016-07-05 18:41:31 +02:00
Eric
3a50a20bf4 Automatically update maven repository 2016-07-05 15:08:44 +02:00
Eric
0772c15035 Merge branch 'master' of https://github.com/EpicEricEE/ShopChest 2016-07-04 22:11:37 +02:00
Eric
e98dc6d8a7 Added javadoc aggregate plugin 2016-07-04 22:11:05 +02:00
Eric
7e87514158 Added javadoc link to README.md 2016-07-04 19:40:32 +02:00
Eric
6608854377 Update README.md 2016-07-04 17:44:18 +02:00
Eric
031f0f99bc Updated VaultAPI to 1.6 2016-07-03 21:14:41 +02:00
Eric
16edefd313 Fixed main class in plugin.yml 2016-07-03 21:10:23 +02:00
Eric
54a1b637c6 Converted ShopChest to Maven Project 2016-07-03 20:59:29 +02:00
Eric
dae00a2013 Updated Javadoc 2016-07-02 14:22:47 +02:00
Eric
8b736da181 Prevent liquids from washing shop items away 2016-07-01 17:09:49 +02:00
Eric
582cc76c83 Add player head item name 2016-07-01 16:43:55 +02:00
Eric
c975437b66 Fix 1.9 Item names being loaded in 1.8 2016-07-01 16:15:12 +02:00
Eric
8bef79d47f Prevent blocks from being placed or pushed above the chest
Fixes #6
2016-07-01 16:13:44 +02:00
Eric
57c6955d6a Creation price should only be withdrawn if the shop is created successfully 2016-07-01 14:33:13 +02:00
Eric
8f75f9f90d Check database connection before accessing it
This hopefully fixes #7
2016-07-01 14:28:31 +02:00
Eric
428d4bf029 Fix typo in javadoc of UpdateChecker 2016-07-01 13:50:40 +02:00
Eric
80a32bf0dc Added Javadoc 2016-06-30 21:59:06 +02:00
Eric Biedert
f52be003ab ItemMeta of shop item should be applied + Remove Items with "shopItem" metadata on disable 2016-06-28 21:33:11 +02:00
Eric Biedert
3b734ac429 Code Cleanup 2016-06-28 21:19:05 +02:00
Eric Biedert
4470300624 Renamed Listeners and their package 2016-06-28 18:30:48 +02:00
Eric Biedert
82cffd8c31 Fixed some localization errors 2016-06-24 19:23:56 +02:00
Eric Biedert
67016787df Double Chests shouldn't be counted twice 2016-06-24 18:39:31 +02:00
Eric Biedert
2b9a2c957f Admin shops can be excluded of shop limits 2016-06-24 18:13:33 +02:00
Eric Biedert
400c4730e5 Merge branch 'master' of https://github.com/EpicEricEE/ShopChest 2016-06-24 16:45:05 +02:00
Eric Biedert
04e63c6225 Prevent Zombies from picking up shop item 2016-06-24 14:53:20 +02:00
Eric
35e09ea44c Changed default language to en_US 2016-06-23 19:52:31 +02:00
Eric
a603f59140 Update de_DE.lang 2016-06-23 13:03:23 +02:00
Eric
08286e6beb Added configurable language for everything and more
This can read the default minecraft language files, but in order to
translate the messages, you need to add the message section from the
en_US.lang.
Also, spawn eggs will work now, the title of music discs will be
displayed in the info sections and "tipped arrow effect" is now named
"potion effect" and is displayed also if the product is a potion,
splashed potion or a lingering potion (and of course tipped arrows).
The message configuration is no longer found in the config.yml file, but
has gone to the .lang file, so you need to reconfigure every message!
As the Jsoup library is no longer needed, the filesize of the final jar
shrunk quite a bit.
Maybe there are some more changes, which I already forgot.
2016-06-22 20:51:29 +02:00
Eric
77d474fb03 Fix Item Names for Heads and Colored Banners 2016-06-22 20:51:29 +02:00
Eric
b313f4ae80 Update README.md 2016-06-11 12:35:33 +02:00
Eric
9a8b911fa6 Changed version to 1.8.0 2016-06-09 21:36:49 +02:00
Eric
22a1876d6e Renamed some Items 2016-06-09 21:35:51 +02:00
Eric
5cd630e664 Removed currency-symbol value in config.yml 2016-06-09 21:01:01 +02:00
Eric
e5ed1918ad Ensure that all shop item get removed on disable 2016-06-09 20:34:10 +02:00