High-End Minecraft fun plugin, where players bet own in-game money and one of them can win whole pot. For more information read below.
ProfileStorage plugin is available here
ADL (Library) is available here
Config:
- All versions: https://pastebin.com/pAmFwJs7
- English: https://pastebin.com/AgKPdRdQ
- 1.8.8: https://pastebin.com/tf9zTucb
- 1.9.X - 1.11.X: https://pastebin.com/Y9cdzt2F
- 1.12.X: https://pastebin.com/GtPDQJH1
- 1.13.X: https://pastebin.com/UFCt0mSL
- 1.14.X: https://pastebin.com/fDeebJEe
- 1.15.X: https://pastebin.com/hpwJxk3C
- 1.16.X: https://pastebin.com/jqPSb7CU
- 1.8.8: https://pastebin.com/n80spRrt
- 1.9.X - 1.16.X: https://pastebin.com/iNKd8LZX
Code (Java):
package com.innouniq.minecraft.Lottery.API;
/**
* Method to get remaining time to draw.
*
* @return Remaining time, or null if round is not running.
*/
(int) LotteryAPI.get().getRemainingTime();
/**
* Method to get parsed remaining time to draw to digital format.
* Format: HH:MM:SS. Where HH represents Hours, MM minutes and SS seconds.
*
* @return Parsed remaining time, or null if round is not running.
*/
(String) LotteryAPI.get().getDigitalFormatOfRemainingTime();
/**
* Method to get parsed remaining time to draw to described format.
* E.g.:
* 1 Hour, 23 Minutes and 10 Seconds
* 1 Hour and 10 Minutes
* 1 Hour
* 10 Minutes
* 30 Seconds
*
* @return Parsed remaining time, or null if round is not running.
*/
(String) LotteryAPI.get().getDescribedFormatOfRemainingTime();
/**
* Creates LotteryGUI. There player can see current round status, purchase tickets or look at personal/summary stats.
*
* @param player Target, whom to open GUI.
*/
(void) LotteryAPI.get().openLotteryGUI(target);
Spoiler: Screenshots
spigot.minecraft.innouniq.com
I want to resolve all problems. So please, do not review the plugin with "Plugin does not work!". At first, please write me message. I will help you