1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-09-26 05:42:34 +02:00

Updated Common issues (markdown)

montlikadani 2021-04-11 20:33:41 +02:00
parent f8fdcb160b
commit 0c8733cb0c

@ -13,6 +13,8 @@
6. People can make infinite money by breaking and placing the same blocks over and over
- If you want to prevent this infinite money "exploit", make certain blocks have a negative value to place, and positive value to break. This will cause people who break/place the same block over and over again to lose money, or gain money very slowly (depending on what values you choose).
- For some blocks (such as wheat crops), you can check against the data values as well, and only payout when breaking fully grown crops, and optionally deducting experience and money when breaking ungrown crops.
7. Almost all living entities spawned using a spawner or egg will not be paid if killed by a player.
- You need to enable `enable-pay-near-spawner` option in generalConfig.
**Other measures and corrections**
1. Make sure that you using the latest or development version of Jobs