Skip to content

Instantly share code, notes, and snippets.

@HexedHero
Last active April 15, 2024 14:39
Show Gist options
  • Save HexedHero/61b4db61ea736a04c30633ccdd1f04c2 to your computer and use it in GitHub Desktop.
Save HexedHero/61b4db61ea736a04c30633ccdd1f04c2 to your computer and use it in GitHub Desktop.
#
# Thank you for purchasing TotemTokens and I hope you enjoy the plugin!
# If you have any issues please refer to the "HELP/HOW TO" on the plugin page below!
# Plugin page: https://www.spigotmc.org/resources/115783/
#
# Consume settings.
Consume:
# Should the player be able to get tokens from consuming Totem of Undying?
Enabled: true
Amount:
# The minimum and maximum tokens to get per Totem of Undying consumed.
Minimum: 1
Maximum: 2
# Control settings.
Control:
# Should vanilla totems be removed from players inventories on login and when clicked?
Remove Vanilla Totems: false
# Should vanilla totems be unable to drop from Evokers?
Prevent Evoker Drops: false
# Should the shop be available to players?
Shop: true
# Cooldown between totem uses.
Totem Cooldown: 60.0
# The maxmium count you can have for each totem (Can't be above 64).
Max Totem Count: 10
# Should the player restock their active totem if they have another of the same type?
Restock Totem: true
# The language used in the plugin.
# <#XXXXXX> for hex colors.
# All messages can be disabled by setting to ""
Language:
# Prefix for player chat messages. Set to "" to disable.
Prefix: "&a[TotemTokens] "
# Player chat messages
Added Tokens: "&aYou have added &a&l%amount%&a token%s%!"
Max Totem Count: "&cYou have the maximum limit!"
Not Enough Tokens: "&cYou don't have enough tokens for this!"
Purchased Totem: "&aYou purchased %totem%&a for %amount% token%s%!"
# Player & console messages.
Command Usage:
- "&a/TotemTokens &7- &fShow plugin version and licensed user."
- "&a/TotemTokens Add/Remove (Player) (Amount) &7- &fAdd or remove tokens from a player."
- "&a/TotemTokens Check (Player) &7- &fCheck how many tokens a player has."
- "&a/TotemTokens Preview (Totem) &7- &fPreview a totem."
- "&a/TotemTokens Reload &7- &fReload the plugin."
- "&a/TotemTokens Help &7- &fShow this help menu."
# Console chat messages
Player Only Command: "&cThis command is for players only."
# The sounds used in the plugin.
# Format: SOUND:VOLUME:PITCH
# All sounds can be disabled by setting to "NONE"
Sound:
Added Tokens: BLOCK_RESPAWN_ANCHOR_CHARGE:1:0.8
Max Totem Count: ENTITY_VILLAGER_NO:1:1
Not Enough Tokens: ENTITY_VILLAGER_NO:1:1
Purchased Totem: ENTITY_VILLAGER_YES:1:1
GUI Click: BLOCK_COMPARATOR_CLICK:1:1.25
# All settings for each totem in the plugin.
Totems:
Sunstrike Totem:
# Global settings (On every totem)
# Enabled?
Enabled: true
# Name of the totem.
Name: "&e&lSunstrike Totem"
# Description of the totem.
Description: "&7Strikes nearby entities with a &e&llightning bolt&7."
# How many tokens to purchase?
Price: 3
# Should the totem revive the player?
Revive: true
# Can this damage players?
Target Players: false
# Totem settings (Different per totem)
# Radius to hit entities in.
Radius: 18.0
# Damage to deal to the entities.
Damage: 12.5
Poison Totem:
# Global settings
Enabled: true
Name: "&a&lPoison Totem"
Description: "&7Blasts a &a&lposion wave&7 around you and infects nearby entities damaging them periodically&7."
Price: 2
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 12.5
Triggers: 4 # How many times to trigger
Interval: 1.0 # Time between each trigger - Seconds
Damage: 2.0
Slowness Totem:
# Global settings
Enabled: true
Name: "&8&lSlowness Totem"
Description: "&8&lWeakens&7 nearby entities with slowness."
Price: 2
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 7.5
Length: 6.0 # Seconds
Amplifier: 5 # Level of slowness
Fire Totem:
# Global settings
Enabled: true
Name: "&c&lFire Totem"
Description: "&c&lSets a blaze&7 to nearby entities."
Price: 1
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 7.5
Length: 5.0 # Length for the burning - Seconds
Speed Totem:
# Global settings
Enabled: true
Name: "&b&lSpeed Totem"
Description: "&b&lSpeeds&7 you and nearby players up."
Price: 1
Revive: true
Target Players: true
# Totem settings (Different per totem)
Radius: 17.5
Length: 4.0 # Seconds
Amplifier: 5 # Level of speed
Earthquake Totem:
# Global settings
Enabled: true
Name: "&a&lEarthquake Totem"
Description: "&a&lThrows&7 nearby entities up for some nice air time."
Price: 2
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 12.5
Velocity: 1.46
Knockback Totem:
# Global settings
Enabled: true
Name: "&c&lKnockback Totem"
Description: "&c&lKnockback&7 nearby entities so you have time to recover from your so called, death."
Price: 1
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 5.25
Velocity: 2.24
Creeper Totem:
# Global settings
Enabled: true
Name: "&4&lCreeper Totem"
Description: "&4&lBlow&7 up nearby entities."
Price: 4
Revive: false
Target Players: false
# Totem settings (Different per totem)
Radius: 4.75
Damage: 20.0
Starfall Totem:
# Global settings
Enabled: true
Name: "&f&lStarfall Totem"
Description: "&7Fire an array of &f&lStars&7 around you that deal damage to its target."
Price: 6
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 12.5
Max Targets: 8 # The maximum targets
Interval: 0.64 # Time between each starfall - Seconds
Damage: 12.0
Shadow Veil Totem:
# Global settings
Enabled: true
Name: "&8&lShadow Veil Totem"
Description: "&7Fake your death, making all entities &8&luntarget&7 you and turn &8&lcompletely invisible&7 to other players for a few seconds."
Price: 4
Revive: true
Target Players: true # This will make the player completely invisible to other players if true
# Totem settings (Different per totem)
Length: 3.5 # Seconds
Black Hole Totem:
# Global settings
Enabled: true
Name: "&8&lBlack Hole Totem"
Description: "&7Summon a &8&lBlack Hole&7 and suck all nearby entities towards it."
Price: 3
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 8.5
Length: 3.75 # Seconds
Poseidon Totem:
# Global settings
Enabled: true
Name: "&b&lPoseidon Totem"
Description: "&7Summon the strength of &b&lPoseidon&7 and fire Tridents around you."
Price: 2
Revive: true
Target Players: false
# Totem settings (Different per totem)
Points: 32 # The amount of Tridents to fire, anything over 64 is overkill and any higher than 128 will lag the player and server
Force: 1.65 # The force of the Tridents
Damage: 12.5
Frosty Totem:
# Global settings
Enabled: true
Name: "&f&lFrosty Totem"
Description: "&7Summon &f&lSnowmen&7 to aid you in combat with their ice sharp snowballs!"
Price: 2
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 7
Length: 3.75 # Seconds
Max Amount: 3 # The max amount of Snowmen (Sometimes not all of them can be placed due to no space)
Damage: 2.5 # Damage of the Snowballs fired by the Snowmen
Fang Totem:
# Global settings
Enabled: true
Name: "&c&lFang Totem"
Description: "&7Summon &c&lEvoker Fangs&7 to snap any nearby entities."
Price: 2
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 7.75
Max Targets: 6 # The maximum targets
Interval: 0.64 # Time between each fang - Seconds
Damage: 4.5
Whirlwind Totem:
# Global settings
Enabled: true
Name: "&f&lWhirlwind Totem"
Description: "&7Summon &f&lWhirlwinds&7 to sweep up and damage nearby entities."
Price: 3
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 6 # Radius to spawn whirlwinds
Size: 1.65 # Size of the whirlwind
Max Amount: 4 # The max amount of Whirlwinds (Sometimes not all of them can be placed due to no space)
Length: 2.25 # Seconds
Interval: 0.54 # Time between each damage instance - Seconds
Damage: 3.0 # Damage per interval
Strength Totem:
# Global settings
Enabled: true
Name: "&c&lStrength Totem"
Description: "&c&lSacrifice&7 yourself to strengthen nearby players."
Price: 4
Revive: false
Target Players: true
# Totem settings (Different per totem)
Radius: 15.25
Length: 12.0 # Seconds
Amplifier: 5 # Level of strength
Brewing Bottles Totem:
# Global settings
Enabled: true
Name: "<#EB00FF>&lB<#D11CFC>&lr<#B739F8>&le<#9D55F5>&lw<#8371F1>&li<#688EEE>&ln<#4EAAEA>&lg <#34C6E7>&lB<#1AE3E3>&lo<#00FFE0>&lt<#1AE3E3>&lt<#34C6E7>&ll<#4EAAEA>&le<#688EEE>&ls <#8371F1>&lT<#9D55F5>&lo<#B739F8>&lt<#D11CFC>&le<#EB00FF>&lm"
Description: "&5&lBrew Potions&7 to cover the ground in special liquids."
Price: 6
Revive: true
Target Players: false
# Totem settings (Different per totem)
Radius: 5
Amount: 6
Length: 12.0 # Seconds
Interval: 0.64 # Time between each damage instance - Seconds
Damage: 3.0 # Damage per interval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment