Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Settings:
- Prefix: "&aActionPoints >> &f"
- # Removes points from a player when inactive for too long. Checks happen every 24 hours.
- Inactivity:
- Enabled: true
- # If the player has been offline for this amount of days, remove points.
- DaysUntilDecay: 7
- # Points to remove every day.
- PointsToRemove: 50
- MySQL:
- Use: false
- Host: "localhost"
- Port: 3306
- Username: "root"
- Password: "somerandompass"
- # The database has to exist.
- Database: "actionpoints"
- # Only increase when you see timeout errors or logins are 5 seconds longer.
- PoolSize: 20
- # Rewards can only be earned once, until the player's balance has been reset.
- Rewards:
- # When the player's point balance is equal to or greater than the specified amount of points, player's balance will be reset and the player will be able to get all rewards again.
- ResetAt: 2000
- # Commands to execute when reaching a specific amount of points. Don't include the /.
- # Format:
- # {points}:
- # - /eco give %player% 200
- # Message: "{message here}"
- Rewards:
- 200:
- Commands:
- - eco give %player% 50
- Message: "You are just getting started %player%..."
- 400:
- Commands:
- - eco give %player% 100
- 600:
- Commands:
- - eco give %player% 150
- 800:
- Commands:
- - eco give %player% 200
- 1000:
- Commands:
- - eco give %player% 250
- - give %player% 5 iron_ingot
- Message: "Half way there! Enjoy your rewards!"
- 1200:
- Commands:
- - eco give %player% 300
- - give %player% 7 iron_ingot
- 1400:
- Commands:
- - eco give %player% 350
- - give %player% 5 gold_ingot
- 1600:
- Commands:
- - eco give %player% 400
- - give %player% 7 gold_ingot
- 1800:
- Commands:
- - eco give %player% 450
- - give %player% 5 diamond
- 2000:
- Commands:
- - eco give %player% 500
- - give %player% 7 diamond
- Message: "Your points balance has been reset and you gained the highest reward!"
- # Ranks are configured the same way as rewards, except that you have to specify a string with the rank name instead of a command.
- # WARNING! THIS FEATURE IS EXPERIMENTAL!
- Ranks:
- Enabled: false
- # This rank should not be removed
- 0:
- # This value is used for the %actionpoints_fullrank% placeholder.
- FullName: "&6Wood"
- # This value is used for the %actionpoints_rankprefix% placeholder.
- Prefix: "&6[W]"
- 500:
- FullName: "&eGold"
- Prefix: "&e[G]"
- 1000:
- FullName: "&7Iron"
- Prefix: "&7[I]"
- 1500:
- FullName: "&bDiamond"
- Prefix: "&b[D]"
- 2000:
- FullName: "&5Obsidian"
- Prefix: "&5[O]"
- Commands:
- # This command gives a random amount of points between MinPoints and MaxPoints.
- Beg:
- Enabled: true
- MinPoints: 10
- MaxPoints: 50
- # Allows you to claim points every 24 hours.
- Daily:
- Enabled: true
- Points: 100
- # Allows you to play trivia every X minutes you specify.
- Trivia:
- Enabled: true
- # Rewards these amount of points when you pick the right answer.
- PointReward: 25
- WrongAnswer:
- # When true, points will be removed when the answer is wrong.
- RemovePoints: true
- # Only used when RemovePoints is true.
- PointsToRemove: 10
- Timeout:
- # To disable, set to 0.
- Minutes: 5
- Menu:
- # Here you can customize each trivia menu button.
- # 1.13 names should be used for Materials, even when not on that version, but you can still use the older names.
- # Material names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Question:
- Material: REDSTONE_TORCH
- Title: "&6%question%"
- Answer1:
- Material: WOOL
- Title: "&f%answer%"
- Answer2:
- Material: WOOL
- Title: "&f%answer%"
- Answer3:
- Material: WOOL
- Title: "&f%answer%"
- Answer4:
- Material: WOOL
- Title: "&f%answer%"
- Actions:
- Anvil:
- # Awards points when a player modifies an item with an anvil.
- Enabled: true
- Points: 5
- # Awards the specified amount of points when one of the specified blocks has been broken.
- BlockBreak:
- Enabled: true
- # Format: BLOCK_NAME:points
- # 1.13 names should be used, even when not on that version, but you can still use the older names.
- # Block names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Blocks:
- - STONE:1
- - IRON_ORE:3
- - GOLD_ORE:3
- - DIAMOND_ORE:5
- Timeout:
- # When enabled, the player can't get any points for this action for the specified amount of seconds after breaking one of the specified blocks.
- Enabled: false
- Seconds: 30
- # Awards points when any of the specified blocks is placed by a player.
- BlockPlace:
- Enabled: true
- # Format: BLOCK_NAME:points
- # 1.13 names should be used, even when not on that version, but you can still use the older names.
- # Block names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Blocks:
- - DIAMOND_BLOCK:20
- - IRON_BLOCK:10
- - GOLD_BLOCK:15
- - OBSIDIAN:5
- Timeout:
- # When enabled, the player can't get any points for this action for the specified amount of seconds after breaking one of the specified blocks.
- Enabled: false
- Seconds: 30
- # When false, the player will not get points if the block they broke was placed by any player.
- AllowPlacedBlocks: false
- # Awards the specified amount of points for any chat message that ISN'T blocked by any other plugin.
- Chat:
- Enabled: true
- Points: 1
- # Requires the specified amount of characters in the message to get points.
- # Set to 1 to disable.
- MinimumChars: 10
- Similarity:
- # When false, messages similar to the previous ones will be ignored. Players won't get points for similar messages.
- Allow: false
- # If the similarity of the message is equal to or higher than the specified percentage, it will be ignored.
- Percentage: 80
- # Awards the specified amount of points when any of the commands are executed.
- # It is not recommended to enable this unless you have a reason to. You can easily abuse this.
- Command:
- Enabled: false
- # Format: /command:points
- # Include the /.
- Commands:
- - /msg:1
- - /tpaccept:1
- - /tpa:1
- Timeout:
- # When enabled, the player can't get any points for this action for the specified amount of seconds after executing one of the specified commands.
- Enabled: false
- Seconds: 10
- # If the executed command is the same as the previous one the player got points for, it will be ignored.
- IgnoreSimilarCommands: true
- # Awards points when any of the specified items are crafted.
- Crafting:
- Enabled: true
- # Format: ITEM_NAME:points
- # 1.13 names should be used, even when not on that version, but you can still use the older names.
- # Item names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Items:
- - DIAMOND_SWORD:10
- - DIAMOND_PICKAXE:8
- - DIAMOND_AXE:8
- - DIAMOND_CHESTPLATE:9
- # Awards points for every enchantment added to a player's item with the enchantment table.
- Enchanting:
- Enabled: true
- Points: 5
- # Removes points when a player dies.
- PlayerDeath:
- Enabled: true
- PointsToTake: 25
- # Awards points when a player consumes an item.
- ItemConsume:
- Enabled: true
- Points: 5
- # All actions related to plugins. These are disabled by default.
- Plugins:
- SuperLuckyBlock:
- Enabled: false
- # Awards points when a player breaks a luckyblock.
- LBBreak:
- # Set to 0 to disable.
- Points: 10
- # Awards points when a player gets a luckyblock while mining.
- LuckyMining:
- # Set to 0 to disable.
- Points: 20
- FactionsUUID:
- Enabled: false
- # Award points when a player creates a faction.
- FactionCreate:
- # Set to 0 to disable.
- Points: 50
- # Award points when a player claims new land.
- LandClaim:
- # Set to 0 to disable.
- Points: 25
- # Awards points when a player claims a land chunk.
- Lands:
- Enabled: false
- Points: 25
- # Awards points when claiming land with GriefPrevention.
- GriefPrevention:
- Enabled: false
- Points: 20
- # Awards points when a player votes.
- NuVotifier:
- Enabled: false
- Points: 50
- ASkyBlock:
- # Awards points when a player completes a challenge.
- ChallengeComplete:
- Enabled: false
- Points: 20
- # Awards points when a player creates a new island.
- NewIsland:
- Enabled: false
- Points: 40
- Messages:
- Balance: "You currently have %amount% points."
- BegNoPoints: "Nope, no points for you this time!"
- BegPoints: "Congrats, you got %amount% points!"
- Converted: "Your points have been converted into rewards!"
- DailyReward: "You collected your daily reward of %amount% points."
- PointsAdded: "%amount% points have been added to your account. You have %total% points now."
- PointsRemoved: "%amount% points have been removed from your account. You have %total% points now."
- PointsReset: "Your balance has been reset."
- NoPermission: "You don't have the permission to execute this command."
- WaitUntilBeg: "You have to wait %timeleft% before you can beg again."
- WaitForDaily: "Your daily reward isn't ready! You have to wait %timeleft% before it's ready!"
- WrongUsage: "Wrong command usage! Please see /actionpoints help for the correct usage."
- CommandNotFound: "Couldn't find the command you specified. Please use /actionpoints help for help."
- TriviaRight: "You chose the right answer! You earned %amount% points."
- TriviaWrong: "You chose the wrong answer... You lost %amount% points."
- WaitForTrivia: "You need to wait %timeleft% before you can do another trivia question."
- Startup:
- CheckForUpdate: TRUE
- # Prints a lot more messages to console.
- # Should only be enabled when I ask to.
- DebugMessages: false
Advertisement
Add Comment
Please, Sign In to add comment