1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-06-24 13:44:49 +02:00

Updated Common issues (markdown)

montlikadani 2021-06-11 21:34:39 +02:00
parent b745fa1608
commit 90364884f2

@ -5,11 +5,11 @@
3. Some materials or entities do not work properly on versions 1.15 and higher.
- This can generally cause that you use IDs (numbers) that are considered obsolete since 1.12. To avoid this, use the full name of that material.
4. Some blocks when placed and broken do not give pay when you are given a job.
- `PlaceAndBreakProtection` can cause this, as if it is enabled it can delay payments and even cancel them for 14 days or less depending on the setting. To avoid this, disable it in generalConfig or modify in the restrictedBlocks file that contains these blocks.
- `PlaceAndBreakProtection` can cause this, as if it is enabled it can delay payments and even cancel them for 14 days or less depending on the global cleanup setting. To avoid this, disable it in generalConfig or modify in the restrictedBlocks file that contains these blocks.
5. Players are not paid, only operators.
- There are several reasons why the plugin does not pay:
- The first is that the Vault is not installed properly. If you do, make sure you use CMI as a essential plugin if you install the Vault developed by the CMI developer and enable its integration into the CMI configuration. If you don't use CMI, you don't need to do anything.
- With vault and all other installations, `jobs.use` and `jobs.world.worldName` (worldName is the world the the plugin should pay for players) permissions are required, which give players permission to ever get paid. For permissions assignments, we recommend [_LuckPerms_](https://www.spigotmc.org/resources/28140/) as a provider.
- The first is that the Vault is not installed properly. If you do, make sure you use CMI as a essential plugin if you install the Vault developed by the CMI developer and enable its integration into the CMI configuration. **If you don't** use CMI, you don't need to do anything.
- With vault and all other installations, `jobs.use` and `jobs.world.worldName` (worldName is the world where the plugin should pay for players) permissions are required, which give players permission to ever get paid. For permissions assignments, we recommend [_LuckPerms_](https://www.spigotmc.org/resources/28140/) as a provider.
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.