Eric
94a51373b5
Support Minecraft 1.13
...
Drops support for older Minecraft verions (1.8 - 1.12.2)
2018-07-23 18:38:06 +02:00
Eric
2340eb67e1
Added config option to confirm buying and selling
...
Closes #128
2017-08-15 12:44:03 +02:00
Eric
a8f589c1b7
Added config option to disable economy logging
2017-08-15 12:44:01 +02:00
MineTheCube
8ea0c3c288
Add multi-world plugins in softdepend
...
So ShopChest will more likely load after worlds are loaded.
2017-07-24 22:55:08 +02:00
Eric
1ae4ee379b
Added durability requirement and placeholder for hologram format
2017-06-27 22:00:37 +02:00
Eric
ef8f597796
Added CHEST_SPACE requirement and placeholder
...
+ Fixed %MAX-STACK% placeholder
2017-06-15 14:03:48 +02:00
Eric
408abebbfa
Added header and footer to help message (translatable)
...
+ Fixed translations with one or more equal signs in its value
2017-06-08 14:02:34 +02:00
Eric
f653355cc2
Added way to retrieve shop info by clicking it with a specific item
...
Closes #104
2017-06-05 15:02:49 +02:00
Eric
c4e7e5a8ab
Added auto removal of click type after 15 seconds
2017-06-05 14:20:00 +02:00
Eric
8f0d2aaf5f
Added permissions "shopchest.create.buy" and "shopchest.create.sell"
...
Both of these also work with item nodes. Examples:
- shopchest.create.buy.CHEST (Allows only shops selling chests)
- shopchest.create.sell.APPLE (Allows only shops buying apples)
- shopchest.create.STONE.3 (Allows only shops buying or selling diorite)
- shopchest.create.buy (Allows only shops that are selling anything)
- shopchest.create.sell (Allows only shops that are buying anything)
2017-06-05 14:13:40 +02:00
Eric
8cdff11aaf
Fixed typo in description of update command
2017-06-05 13:39:49 +02:00
Eric
18d3e36390
Added notification for withdrawal of shop creation price
2017-06-05 13:39:01 +02:00
Eric
57e57dc71e
Improved configuration of command description messages
...
+ Renamed all occurrences of "regex" to "placeholder"
2017-06-02 14:44:08 +02:00
Eric
6e8e450534
Replaced "IS_SHOP" requirement with "IS_WRITTEN_BOOK"
2017-05-30 20:39:52 +02:00
Eric
5589ab6655
Added command "/shop removeall <player>"
...
- Needs permission "shopchest.remove.other"
Closes #101
2017-05-25 14:18:42 +02:00
Eric
4dde2d9f53
Prevent shop use in creative mode
...
Closes #100
2017-05-25 14:18:35 +02:00
Eric
ca064da094
You can now add scripts to the hologram format itself
...
Use curly brackets to add a script to the format.
Also, "regex" has been renamed to "placeholder".
2017-05-23 15:18:02 +02:00
Eric
428d48e5fc
Fixed config description for hologram-lift
2017-05-22 22:02:22 +02:00
Eric
e1f076bfcd
Vastly extended hologram configuration
...
- You can now completely customize every part of the hologram
- Added new placeholders "%STOCK%" and "%MAX-STACK%"
=> Now uses "%STOCK%" instead of "%AMOUNT%" in the in-stock message)
- Armor Stands are no longer spawned with NMS and reflection
- Hologram texts can dynamically change (e.g. with in-stock info)
- Might contain a few issues
2017-05-20 20:15:54 +02:00
Eric
e85b11d274
Added description to plugin.yml
2017-05-20 12:48:59 +02:00
Eric
63a0509248
Added support for Minecraft 1.12-pre2
2017-05-15 20:29:38 +02:00
Eric
50adf1f1d1
Replaced "Usable Regex" with "Usable Placeholders"
2017-05-14 18:54:09 +02:00
Eric
8367bd5e57
Added missing soft-depend for GriefPrevention
2017-05-14 13:34:38 +02:00
Eric
56dc0c9c65
Added support for AreaShop
2017-05-13 17:23:44 +02:00
Eric
f95122daaa
Removed automatic shop reloading
...
+ Fixed config reload after entering "/shop reload"
2017-05-06 15:25:42 +02:00
Eric
4ecbbb417b
Added support for GriefPrevention
...
Only players who are allowed to build can create a shop
2017-04-26 17:03:39 +02:00
Eric
d161fc60ac
Only show the shop the player targets instead of all the shops he sees
...
(configurable)
2017-04-19 14:07:22 +02:00
Eric
bc222b6b37
Added support for IslandWorld
...
Only players who can build on the island (owner and members) are
allowed to create a shop, but anyone can use it (if not limited by
other plugins like WorldGuard)
2017-04-17 18:30:59 +02:00
Eric
7c1cb7f665
Added support for ASkyBlock
...
Only members and the owner of an island are allowed to create a shop,
but everyone is allowed to use it (if not restricted by other plugins
like WorldGuard)
Closes #50
2017-04-17 17:07:47 +02:00
Eric
dcea39ab9e
Improved Towny integration
...
Closes #95
2017-04-17 16:35:43 +02:00
Eric
bf6f24313b
Added book generation to shop info message
2017-04-16 18:31:50 +02:00
Eric
d7985c615d
Added support for uSkyBlock
...
Only the leader pr members of an island can create or expand a shop,
but everyone can use them.
2017-04-10 17:25:48 +02:00
Eric
928c0ef817
Added AuthMe in as soft-dependence in plugin.yml
2017-03-28 14:37:58 +02:00
Eric
4a7202df6f
Added support for PlotSquared
...
Three new custom flags will be available for every plot to set:
- create-shop
- use-shop
- use-admin-shop
These flags can be set to the following values
to allow the flag to that group. If you set the group to
members, trusted members and owners are also allowed the flag:
- owners
- trusted
- members
- everyone
- none
The default value for the flags will be 'none', so be sure to
change it in order to create or use shops!
The flag 'create-shop' can be bypassed by granting the permission
'shopchest.create.protected' (which is not recommended), and the
other flags can be bypassed by granting the permission
'shopchest.external.bypass'.
This closes #87
2017-03-28 14:37:12 +02:00
Eric
dd7a82b49e
Added notification about offline revenue on join
...
Closes #47
2017-03-25 15:17:35 +01:00
Eric
474f734456
Added command "/shop open" to open shops
...
Shift-click no longer works anywhere to open a shop.
2017-03-21 15:03:12 +01:00
Eric
39822fe8df
Added AuthMe support
...
Closes #64
2017-03-17 14:59:34 +01:00
Eric
8efdd8768e
Disable auto shop reloads by default
2017-03-17 14:21:20 +01:00
Eric
00323510bb
Only show shops to players who point on the shop (configurable)
2017-02-10 17:59:08 +01:00
Eric
cdb862d435
Updated item names file
2017-02-05 15:04:57 +01:00
Eric
5a40f84e21
Shorten lines in config file
2017-01-08 17:05:29 +01:00
Eric
c78f81a1b6
Fixed no permission message when removing an admin shop (en_US)
2017-01-05 14:36:32 +01:00
Eric
30ede5e01e
Added configurable maximum prices
...
Closes #55
2017-01-05 14:35:42 +01:00
Eric
bdf39503ab
Added regex information to vendor-out-of-stock message
2017-01-05 14:15:09 +01:00
Eric
4194c72bd4
Added vendor information about a sold out shop
2017-01-04 18:46:50 +01:00
Eric
f6f8d93b85
Improve performance while updating shops
...
Inspired from the fork of @gonzalociocca but not exactly the same
Closes #39
2017-01-04 17:07:00 +01:00
Eric
e08b09fe3f
Allow better customization of hologram lift
...
Closes #38
2017-01-04 14:50:11 +01:00
Eric
2951ef8349
Only permitted players can remove admin shops
...
+ Changed permission "shopchest.removeOther" to "shopchest.remove.other"
Closes #36
2017-01-04 14:34:59 +01:00
Eric
f233c626e1
Add way to invert mouse buttons
...
Closes #35
2017-01-03 15:35:35 +01:00
Eric
8217cdef6f
Allow customization of custom WorldGuard flags' default values
...
Closes #45
2017-01-03 13:59:09 +01:00