Earn Real Money through Minecraft Server Rewards!
Why use a voting system that doesn't give you anything in return?
The first plugin that enables easily accessible and simple monetization for Minecraft servers, it enables ad watching in favor of a custom reward for the users of the server.
This plugin is in Alpha state.
Please report any bugs that you find in our Discord server.
Open a Discord ticket for general support
Our Discord:
https://discord.gg/LootLabs
Integration Instructions for LootLabs Plugin
Step 1: Information
Please fill out this Form:
https://shorturl.at/KncHg
Step 2: Create an Account
Create an account on LootLabs at
lootlabs.gg.
Step 3: Generate a Custom Link
- Log into your LootLabs account and navigate to "My Links".
- Click on "Create new Link".
- URL field is not necessary. Use it to publish your Store for example.
(Keep in mind that every link will need a different URL)
Step 4: Configure Your Plugin
Insert the generated URL into your config.yml file at the designated location.
Plugin Commands:
- /reward <rewardname>: Provides players with the URL for the specified reward.
PlaceHolderAPI:
• %duration_<reward_name>% : Shows how much time remains until the player can get the next reward
Code (YAML):
#Replace with your desired port
port
: 0000
mysql-enabled
: false
# ignore "mysql-enabled" is false
mysql:
host
:
"0.0.0.0"
port
: 3306
database
:
"lb_database"
username
:
"lb_username"
password
:
"lb_password"
rewards
:
# The name of the reward.
example-name
:
# Link from your LootLabs account. Website: https://lootlabs.gg
lootlabs-url
:
"Insert your url reward from your LootLabs account"
# A list of console commands that runs when the reward is complete - use %player% to run commands on players
reward-command
:
-
"give %player% DIAMOND 1"
-
"give %player% GOLD_INGOT 1"
# A list of messages that will display once the reward is complete - use %player% to display their name in the message
reward-message
:
-
"&b%player% &ahave fun with your new Diamond"
-
"&b%player% &ahave fun with your new Gold"
# The duration the player will have to wait between rewards. (in hours)
duration
: 12
messages:
no-args
:
"&cPlease specify a reward"
reward-doesnt-exist
:
"&cThis reward does not exist!"
# %url% will display the link to the reward.
url-message
:
"&fClick this link: &a%url% &fto get the reward"
# %time% will display "time-left-format".
delay-per-reward
:
"&cYou need to wait &e%time% &cto claim the next reward."
# %duration_<reward name>% will display "time-left-format" for the player when using PlaceHolderAPI
time-left-format
:
"%h%h : %m%m : %s%s"
# will display when the reward is available when using PlaceHolderAPI
reward-available-papi
:
"&aReward is available"