Version 0.0.1
7 downloads
Allows administrators to set rewards and players to receive rewards for time spent on the server
Features:
This plugin will provide your players with rewards for the time they spend in the game.
Allows you to set one or more rewards that are issued randomly.
This plugin does not count the time of players who are not active.
has an informative and simple GUI
Commands:
/rmenu - open 'Rewards for Online' menu
/setreward - set reward(s)
/removereward - remove reward
/showrewards - opens list of time and reward
Lang file:
{
"NoPermission": "You don't have permission to use this command!",
"Error": "Error",
"ItemNotFound": "Item with shortname '{0}' not found.",
"CmdUsage": "Usage: {0}",
"SetRewardUsage": "/setreward <time_seconds> <item1_shortname> <amount1> [<item2_shortname> <amount2> ...]",
"SetRewardInvalidFormat": "Invalid format for item '{0}'. Specify a valid item shortname and positive integer amount.",
"SetRewardNoRewards": "You didn't specify any valid rewards.",
"SetRewardSuccess": "Reward set for {0} seconds: {1}",
"RemoveRewardUsage": "/removereward <time_seconds>",
"RemoveRewardSuccess": "Reward for {0} seconds removed.",
"RemoveRewardNotFound": "Reward for {0} seconds not found.",
"ClaimErrorNoRewardExists": "This reward does not exist or is empty.",
"ClaimErrorAlreadyClaimed": "This reward has already been claimed.",
"ClaimErrorNotEnoughTime": "Not enough online time to claim this reward.",
"ClaimSuccess": "<color=#81D4FA>Received:</color> {0} x{1}",
"ClaimInventoryFull": "<color=#FFCC80>Inventory full!</color> Item {0} x{1} dropped nearby.",
"ClaimErrorNoArgs": "No reward time specified.",
"GUITitle": "Rewards for Online",
"GUIPlayerOnlineTime": "Total online time: {0}",
"GUIServerTime": "Server time: {0}",
"GUIStuffy": "by Stuffy",
"GUINoRewardsConfigured": "No rewards configured by admin yet.",
"GUIRewardFor": "<color=#E0E0E0>For {0}:</color> {1}",
"GUIButtonClaim": "CLAIM",
"GUIButtonWait": "WAIT: {0}",
"GUIAllRewardsClaimed": "All available rewards claimed!",
"GUICloseButton": "X",
"RewardNoItems": "No items",
"RewardOr": " <color=#FFA500>OR</color> ",
"RewardRandomly": "<color=#FFD700>(Random)</color> ",
"TimeNow": "Now!",
"TimeDaySuffix": "d",
"TimeHourSuffix": "h",
"TimeMinuteSuffix": "m",
"TimeSecondSuffix": "s"
}