Eric
f1712a6bce
Added 1.11.2 translation values and the missing one for "Nether Wart"
2017-01-02 19:20:41 +01:00
Eric
192b124eb5
Added way to disable vendor messages
...
(= Messages that a vendor gets after players buy or sell something from/to
his shop)
Closes #33
2016-11-26 17:23:32 +01:00
Eric
d4a88a2a9b
Fixed typos in config file
2016-11-24 21:43:26 +01:00
Eric
e9bcd2dd2f
Add config value to enable quality mode
2016-11-23 17:17:09 +01:00
Eric
d097a15122
Added way to disable WorldGuard/Towny integration
...
+ Added permission to use shops in WorldGuard regions that deny shop use
2016-11-23 16:05:33 +01:00
Eric
a112d82c16
Set default value of permission "shopchest.limit.*" to OP
2016-11-22 14:35:51 +01:00
Eric
04a6d836b9
Added towny support
...
- Players can only create shops in shop plots, not in wilderness or normal
plots
- Added permission "shopchest.extend.protected"
- Changed permission "shopchest.extendOther" to "shopchest.extend.other"
- When creating a shop on a double chest, both chests must not be
protected/in a protected region
- To extend a shop into a protected region (e.g. WorldGuard/Towny), you
need permission (shopchest.extend.protected)
- Added no-permission message for "shopchest.extend.protected"
2016-11-20 14:18:36 +01:00
Eric
6dcedc9bff
Added messages when WorldGuard denies shop use
2016-11-19 14:45:18 +01:00
Eric
1d7a534fe4
Added permission for extending other players' shop chests
2016-11-18 22:29:27 +01:00
Eric
58ad504f7f
Add hologram interaction (configurable)
2016-11-18 17:58:50 +01:00
Eric
0b206168cc
Added missing German translation for Vindicator
2016-11-18 17:58:49 +01:00
Eric
8ecd53e78a
Fix description of "shop-limits.default" configuration
2016-11-17 20:33:12 +01:00
Eric
b7aa71599e
Add support for 1.11
2016-11-17 20:30:26 +01:00
Eric
2bacca0915
Fix shop limits configuration
2016-11-13 20:58:48 +01:00
Eric
ff406abf2d
Added WorldGuard support
...
Might contain issues, as it's not tested extensively
2016-11-13 13:43:03 +01:00
Eric
b73ad05034
Use permission based shop limits
...
This also removes the permission "shopchest.limits"
Closes #27
2016-11-12 15:02:10 +01:00
Eric
6009ad20c3
Amount must be greater than 0
2016-10-12 18:25:36 +02:00
Eric
dfdf253837
Removed "softdepend" and "loadbefore" in plugin.yml
2016-08-18 15:37:34 +02:00
Eric
7c27fc0d54
Added configurable value "allow-decimals-in-price"
...
When disabled, "auto-calculate-item-amount" will be disabled too, even if it's set to true in the config.
This closes #20
2016-08-18 15:33:58 +02:00
MineTheCube
c2b6281410
Improve listeners performances
...
This should slightly improve performances, especially with a lot of shops.
Now shops are updated only on block changes and not every move event.
It also uses distanceSquared instead of distance to avoid sqrt operations.
2016-08-18 02:14:59 +02:00
Eric
be52d2c623
Added config value "maximal-item-distance"
...
This should fix the issue, that shop items are despawning and not spawning again after the chunk unloads.
The item spawn delay was removed.
2016-08-17 21:26:55 +02:00
Eric
f511ff66a0
Added configurable item spawn delay after join
...
This might fix the issue, that items won't be spawned after joining.
2016-08-17 12:54:19 +02:00
Eric
a8f1051dc2
Changed description of ping-interval in config file
2016-08-16 15:17:05 +02:00
Eric
4bf5472e61
Added way to auto calculate item amount
...
You can find an explanation here:
- https://www.spigotmc.org/threads/shopchest.87948/page-15#post-1820672
- In the configuration file
2016-08-16 15:06:26 +02:00
Eric
aa2051e9cc
Added configurable ping interval to MySQL
2016-08-16 12:26:35 +02:00
Eric
6bce68768a
Only apply additional hologram lift on two-line-shops
...
(When "two-line-prices" is enabled and the shop has buying and selling enabled)
2016-08-10 13:47:25 +02:00
Eric
5a975661eb
Added way to show prices in hologram below each other
2016-08-09 22:10:44 +02:00
Eric
be17d366d9
Added missing shopchest.config permission
2016-08-09 17:47:03 +02:00
Eric
d99f63a8e5
Now displays if a potion is extended
2016-08-05 22:16:14 +02:00
Eric
20badd36fb
Added possibility to append potion level to item name
2016-08-05 21:44:11 +02:00
Eric
57af99da1b
Now using reflection instead of different modules
...
This commit also fixes spawn eggs on 1.8.x
2016-08-05 15:26:47 +02:00