HomeJavaModsTNT TAG[MINIGAME]|| THE BEST SKRIPT OF TNT TAG || PARTICLES, SUITS, SPEED SHOP, PAPI SUPPORT.
TNT TAG[MINIGAME]|| THE BEST SKRIPT OF TNT TAG || PARTICLES, SUITS, SPEED SHOP, PAPI SUPPORT.
ModsJava

TNT TAG[MINIGAME]|| THE BEST SKRIPT OF TNT TAG || PARTICLES, SUITS, SPEED SHOP, PAPI SUPPORT.

⬇ Download on Spigot
NOTE:
This project is abandoned, since I no longer do projects with Skript, soon if the opportunity exists I will resume it but in a Java version, so far, you are allowed to see the source code of this Skript for study and use methods free within your server, however, I keep all rights as the original author of this project, please, do not change or disclose erroneous information about this, thank you very much
upload_2020-8-9_13-24-49.png





Please Support this proyect on paypal

[​IMG]

Videos using this proyect:


upload_2019-1-29_17-46-25.jpeg
Full Feature List:
-> MultiWorld Support
-> Configurables Suits
-> Configurables Particles
-> Speed Levels Configurables
-> PAPI Support (It needs Skript-Extension for works)
Spoiler: Placeholders
Code (Text):

%skript_tnttag.players.playing.allgames% // Shows how many
players are playing TNT TAG in that momment ( This is not updated on HolographicDisplays, for this, please use the command /tag setplayersplayingholo )

%skript_tnttag.wins::{player}% // Shows the wins of the player

%skript_tnttag.suit::{player}% // Shows the suit selected by the player

%skript_tnttag.particle::{player}% // Shows the particle selected by the player
 
-> ChestCommands Support (PAPI Version)
Spoiler: Examples
[​IMG]
Spoiler: Examples
Example in .yml:
Code (Text):

tag:
  COMMAND: 'warp tag'
  NAME: '&c&lTNT&f&lTAG'
  LORE:
    - '&7Dando clic aquí'
    - '&7te conectarás automaticamente'
    - '&7al servidor de &b&nTNT TAG&7.'
    - '&7'
    - '&7Hay un total de &c%skript_tnttag.players.playing.allgames% &7jugadores jugando!'
    - '&7'
    - '&7Hay un total de &c%server_online_tnttaglobby% &7jugadores lobby!'
  ID: tnt
  POSITION-X: 3
  POSITION-Y: 3
 
HolographicDisplays Support
Spoiler: Example (Using PAPI):
2019-01-19_23.01.49.png
Citizens Support
Spoiler: Example
This works using the command /tag randomjoin
[​IMG]
And much more.

upload_2019-1-29_17-46-25.jpeg
Commands:
Main Command /tag - permission
aliases: /tntag, /tnttag
/tag shop
/tag create <id> tnttag.admin
/tag setspawn <id> tnttag.admin
/tag setprelobbygame <id> tnttag.admin

/tag setservername <id> <name> tnttag.admin
/tag setmapname <id> <name> tnttag.admin
/tag prelobbycountdown <id> <seconds> tnttag.admin
/tag setfirstroundtime <id> <seconds> tnttag.admin
/tag removesecondsperround <id> <seconds> tnttag.admin
/tag save <id> tnttag.admin
/tag join <id>
/tag leave <id>
/tag randomjoin
/tag arenalist
/tag delete <id>
/tag setlobby tnttag.admin

upload_2019-1-29_17-46-25.jpeg
Menus and YML
[​IMG]
Spoiler
Code (Text):

shop:
    config:
        enabled: true
        rows: 4
        titlegui: TNT Games Shop
    shops:
        suits:
            enabled: true
            slot: 10
            nameitem: '&aSuits Shop'
            lore: '&7Click here for buy||&7Awesome cosmetics||&7for &eTNT TAG'
            id:
                ==: org.bukkit.inventory.ItemStack
                type: LEATHER_CHESTPLATE
            menu: Suits
        particles:
            enabled: true
            slot: 13
            nameitem: '&aParticles Shop'
            lore: '&7Click here for buy||&7Awesome cosmetics||&7for &eTNT TAG'
            id:
                ==: org.bukkit.inventory.ItemStack
                type: POTION
            menu: Particles
        speed:
            enabled: true
            slot: 16
            nameitem: '&aSpeed Upgrades'
            lore: '&7Click here for buy||&7Awesome cosmetics||&7for &eTNT TAG'
            id:
                ==: org.bukkit.inventory.ItemStack
                type: FEATHER
            menu: Speed

gui:
    items:
        enabled: true
        close:
            nameitem: '&cClose Menu'
            lore: ' '
            itemid:
                ==: org.bukkit.inventory.ItemStack
                type: BARRIER
            slot: 30
        coins:
            nameitem: '&7Total Coins: &a<coins>'
            lore: '||&7➥TNT Tag Survive: 20 Coins per Round||&7➥TNT Tag Win: 50 Coins||||&6spigotmc.org'
            itemid:
                ==: org.bukkit.inventory.ItemStack
                type: EMERALD
            slot: 31

 

SUITS
[​IMG]
Spoiler
Code (Text):

Read the .yml here:
https://hastebin.com/ufarecaxet.sql
 
PARTICLES
[​IMG]
Spoiler
Code (Text):

particles:
    Slime:
        enabled: true
        slot: 10
        nameitem: '&aSlime'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &610000||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: SLIME_BALL
        cost: 10000
        permissions:
            enabled: false
            permission: tnttag.particles.Slime
        particle:
            type: Slime
            amount: 20
    Water:
        enabled: true
        slot: 11
        nameitem: '&aWater'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &610000||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: WATER_BUCKET
        cost: 10000
        permissions:
            enabled: false
            permission: tnttag.particles.Water
        particle:
            type: Water
            amount: 20
    Lava:
        enabled: true
        slot: 12
        nameitem: '&aLava'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &610000||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: LAVA_BUCKET
        cost: 10000
        permissions:
            enabled: false
            permission: tnttag.particles.Lava
        particle:
            type: Lava
            amount: 20
    Flame:
        enabled: true
        slot: 13
        nameitem: '&aFlame'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &610000||&aVIP&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: BLAZE_POWDER
        cost: 10000
        permissions:
            enabled: true
            permission: tnttag.particles.Flame
        particle:
            type: Flame
            amount: 20
    Firework:
        enabled: true
        slot: 14
        nameitem: '&aFirework'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &615000||&aVIP&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: FIREWORK
        cost: 15000
        permissions:
            enabled: true
            permission: tnttag.particles.Firework
        particle:
            type: Fireworks Spark
            amount: 20
    Magic:
        enabled: true
        slot: 15
        nameitem: '&aMagic'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &625000||&aVIP&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: BREWING_STAND_ITEM
        cost: 25000
        permissions:
            enabled: true
            permission: tnttag.particles.Magic
        particle:
            type: Crit Magic
            amount: 20
    Enchant:
        enabled: true
        slot: 16
        nameitem: '&aEnchant'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &630000||&aVIP&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: ENCHANTMENT_TABLE
        cost: 30000
        permissions:
            enabled: true
            permission: tnttag.particles.Enchant
        particle:
            type: Enchantment Table
            amount: 20
    Snow:
        enabled: true
        slot: 20
        nameitem: '&aSnow'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &640000||&aVIP&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: SNOW_BLOCK
        cost: 40000
        permissions:
            enabled: true
            permission: tnttag.particles.Snow
        particle:
            type: Snow Shovel
            amount: 20
    Redstone:
        enabled: true
        slot: 21
        nameitem: '&aRedstone'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &650000||&aVIP&6+&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: REDSTONE
        cost: 50000
        permissions:
            enabled: true
            permission: tnttag.particles.Redstone
        particle:
            type: Redstone
            amount: 20
    Happy:
        enabled: true
        slot: 22
        nameitem: '&aHappy'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &75000||&aVIP&6+&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: EMERALD
        cost: 75000
        permissions:
            enabled: true
            permission: tnttag.particles.Happy
        particle:
            type: Villager Happy
            amount: 20
    Portal:
        enabled: true
        slot: 23
        nameitem: '&aPortal'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &6100000||&aVIP&6+&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: NETHER_BRICK
        cost: 100000
        permissions:
            enabled: true
            permission: tnttag.particles.Portal
        particle:
            type: Portal
            amount: 20
    Heart:
        enabled: true
        slot: 24
        nameitem: '&aHeart'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &6125000||&bMVP&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: RED_ROSE
        cost: 125000
        permissions:
            enabled: true
            permission: tnttag.particles.Heart
        particle:
            type: Heart
            amount: 20
    Note:
        enabled: true
        slot: 25
        nameitem: '&aNote'
        lore:
            notbuyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&7Cost
                &6150000||&bMVP&7 Exclusive||||&eClick to purchase!'
            buyed: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&eClick
                to select!'
            selected: '&7Particle effects allow you look cool||&7while playing a mini-game!||||&7This
                will override any particle effects||&7you may get from your hat.||||&aSELECTED!'
        itemid:
            ==: org.bukkit.inventory.ItemStack
            type: NOTE_BLOCK
        cost: 150000
        permissions:
            enabled: true
            permission: tnttag.particles.Note
        particle:
            type: Note
            amount: 20

gui:
    items:
        enabled: true
        goback:
            nameitem: '&aGo Back'
            lore: '&7To TNT Tag Shop'
            itemid:
                ==: org.bukkit.inventory.ItemStack
                type: ARROW
            slot: 48
        coins:
            nameitem: '&7Total Coins: &a<coins>'
            lore: '||&7➥TNT Tag Survive: 20 Coins per Round||&7➥TNT Tag Win: 50 Coins||||&6spigotmc.org'
            itemid:
                ==: org.bukkit.inventory.ItemStack
                type: EMERALD
            slot: 49
        reset:
            nameitem: '&cReset Particle'
            lore: ' '
            itemid:
                ==: org.bukkit.inventory.ItemStack
                type: GLASS
            slot: 50

 
Spoiler: Particle Types
Code (Text):

List of Particles:

Redstone
Slime
Water Drop
Water Splash
Water Wake
Water Bubble
Angry
Note
Heart
Portal
Villager Happy
Snow Shovel
Fireworks Sparks
Lava
Flame
 
[​IMG]
Spoiler
Code (Text):

speed:
    gui:
        info:
            enabled: true
            nameitem: '&aSpeedy'
            slot: 13
            lore: '&7Get a better Speed boost||&7at the beggining of the||&7game!'
            item:
                ==: org.bukkit.inventory.ItemStack
                type: SUGAR
    level:
        one:
            enabled: true
            potion-effect: Speed
            potion-tier: 1
            potion-time-seconds: 13
            need-level: none
            gui:
                nameitem: '&aSpeedy I'
                lore:
                    nextbuy: '&7Receive &e13s&7 of additional Speed||&7 at the beggining
                        of every game!||||&7Cost: &6500||&eClick here for buy!'
                    buyed: '&7Receive &e13s&7 of additional Speed||&7 at the beggining
                        of every game!||||&aUNLOCKED!'
                item:
                    nextbuy:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 4
                    buyed:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 13
                slot: 20
                cost: 500
                permissions:
                    enabled: false
                    permission: tnttag.speed.one
        two:
            enabled: true
            potion-effect: Speed
            potion-tier: 2
            potion-time-seconds: 16
            need-level: one
            gui:
                nameitem: '&aSpeedy II'
                lore:
                    notbuyed: '&7Receive &e16s&7 of additional Speed||&7 at the beggining
                        of every game!||||&7Cost: &61200||&cYou can not buy this right
                        now!'
                    nextbuy: '&7Receive &e16s&7 of additional Speed||&7 at the beggining
                        of every game!||||&7Cost: &61200||&eClick here for buy!'
                    buyed: '&7Receive &e16s&7 of additional Speed||&7 at the beggining
                        of every game!||||&aUNLOCKED!'
                item:
                    notbuyed:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 7
                    nextbuy:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 4
                    buyed:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 13
                slot: 21
                cost: 1200
                permissions:
                    enabled: false
                    permission: tnttag.speed.two
        three:
            enabled: true
            potion-effect: Speed
            potion-tier: 3
            potion-time-seconds: 19
            need-level: two
            gui:
                nameitem: '&aSpeedy III'
                lore:
                    notbuyed: '&7Receive &e19s&7 of additional Speed||&7 at the beggining
                        of every game!||||&7Cost: &61800||&cYou can not buy this right
                        now!'
                    nextbuy: '&7Receive &e19s&7 of additional Speed||&7 at the beggining
                        of every game!||||&7Cost: &61800||&eClick here for buy!'
                    buyed: '&7Receive &e19s&7 of additional Speed||&7 at the beggining
                        of every game!||||&aUNLOCKED!'
                item:
                    notbuyed:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 7
                    nextbuy:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 4
                    buyed:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 13
                slot: 22
                cost: 1800
                permissions:
                    enabled: false
                    permission: tnttag.speed.three
        four:
            enabled: true
            potion-effect: Speed
            potion-tier: 4
            potion-time-seconds: 22
            need-level: three
            gui:
                nameitem: '&aSpeedy IV'
                lore:
                    notbuyed: '&7Receive &e22s&7 of additional Speed||&7 at the beggining
                        of every game!||||&7Cost: &62200||&cYou can not buy this right
                        now!'
                    nextbuy: '&7Receive &e22s&7 of additional Speed||&7 at the beggining
                        of every game!||||&7Cost: &62200||&eClick here for buy!'
                    buyed: '&7Receive &e22s&7 of additional Speed||&7 at the beggining
                        of every game!||||&aUNLOCKED!'
                item:
                    notbuyed:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 7
                    nextbuy:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 4
                    buyed:
                        ==: org.bukkit.inventory.ItemStack
                        type: STAINED_GLASS_PANE
                        damage: 13
                slot: 23
                cost: 2200
                permissions:
                    enabled: false
                    permission: tnttag.speed.four

gui:
    items:
        enabled: true
        goback:
            nameitem: '&aGo Back'
            lore: '&7To TNT Tag Shop'
            itemid:
                ==: org.bukkit.inventory.ItemStack
                type: ARROW
            slot: 39
        coins:
            nameitem: '&7Total Coins: &a<coins>'
            lore: '||&7➥TNT Tag Survive: 20 Coins per Round||&7➥TNT Tag Win: 50 Coins||||&6spigotmc.org'
            itemid:
                ==: org.bukkit.inventory.ItemStack
                type: EMERALD
            slot: 40

 

upload_2019-1-29_17-46-25.jpeg
Scoreboards
[​IMG]
[​IMG]
[​IMG]
[​IMG]
Spoiler: Scoreboards.yml
Code (Text):

scoreboards:
    lobby:
        enabled: true
        sidebar: '&e&lTHE TNT GAMES'
        lines:
        - '&f '
        - '&eTNT TAG'
        - '&f ➥ Wins: &e<player-wins>'
        - '&f  '
        - '&fCoins: &a<player-balance>'
        - '&f   '
        - '&6spigotmc.org'
    status:
        waiting:
            enabled: true
            sidebar: '&e&lTNT TAG'
            lines:
            - '&7<date>'
            - '&fServer: &a<server>'
            - '&f '
            - '&fMap: &a<map>'
            - '&fPlayers: &a<players>/<max_players>'
            - '&f  '
            - '&fWaiting for the game'
            - '&fto reach &a<min_players> &fplayers'
            - '&fto start the countdown'
            - '&f   '
            - '&fGame: &aTNT TAG'
            - '&f    '
            - '&6spigotmc.org'
        preparing:
            enabled: true
            sidebar: '&e&lTNT TAG'
            lines:
            - '&7<date>'
            - '&fServer: &a<server>'
            - '&f '
            - '&fMap: &a<map>'
            - '&fPlayers: &a<players>/<max_players>'
            - '&f  '
            - '&fStarting in &a00:<time>'
            - '&fallow time for'
            - '&fadditional players'
            - '&f   '
            - '&fGame: &aTNT TAG'
            - '&f    '
            - '&6spigotmc.org'
        ingame:
            enabled: true
            sidebar: '&e&lTNT TAG'
            lines:
            - '&7Round: <round>'
            - '&fServer: &a<server>'
            - '&f '
            - '&eExplosion in &a<seconds>s'
            - '&f  '
            - '&fGoal: <goal>'
            - '&f   '
            - '&fAlive: &a<players> Players'
            - '&f    '
            - '&7<date>'
            - '&6spigotmc.org '
            goal:
                tagging: '&cTag someone!'
                notagging: '&aRun Away!'
            spectator:
                enabled: true
                sidebar: '&e&lTNT TAG'
                lines:
                - '&7Round: <round>'
                - '&fServer: &a<server>'
                - '&f '
                - '&eExplosion in &a<seconds>s'
                - '&f  '
                - '&fAlive: &a<players> Players'
                - '&f   '
                - '&7<date>'
                - '&6spigotmc.org'

 
Other placeholders:
Code (Text):

<player-suit>
<player-particle>
 
upload_2019-1-29_17-46-25.jpeg
Dependencies
----------------------
Skript (For MC 1.7) [Maybe you will get errors using this. im not supporting 1.7 version anymore]
Skript (For MC 1.8) [Version more supported: 1.8.8]
Skript (For MC 1.9/10/11/12/13) [Im not supporting the version 1.13 in these momments, but I will try soon!]

Download Aliases-english.sk for MC 1.8
Download Aliases-english.sk for MC 1.9
Download Aliases-english.sk for MC 1.10
Download Aliases-english.sk for MC 1.11
Download Aliases-english.sk for MC 1.12.2

Put this .sk file after you skript's folder being loaded.
----------------------
TuSKe
----------------------
SkRayFall
----------------------
SkQuery Lime (3.6.1)
Warning:

PLEASE DO NOT INSTALL the latest version of SkQuery Lime, since this version brings many bugs since the code is currently being cleaned and recreated for better use, so this script is currently only compatible with this version for the moment
----------------------
Skellett
----------------------
Skript-YAML
----------------------
Vault
----------------------
Optional Dependencies:

MundoSK and ProtocolLib

This is to use the NameTags in game (By default they are disabled in the .yml) If you are going to activate them, you have to download this addon if or if it works, if you do not have them activated, there is no problem.

Please Support this proyect on paypal
[​IMG]
TERMS AND CONDITIONS:
Please note that by buying this plugin you agree to the following!
1 - You are not allowed to redistribute this plugin
2 - You may modify the code, but not crediting your self
3 - Only use it for your server/network!
4 - No stupid reviews, such as (Its missing features! or the dev isn't adding features i request) Because the features are in the main page!
5 - Im not obligated to do updates at a specific time, BUT that doesn't mean i wont do updates, just to clear some things up

--------------------------------------------------------------------------------------------------------------------
TNTTAG © 2019. All rights reserved by Juan «xXJuanSlaterTXx».
--------------------------------------------------------------------------------------------------------------------
[/CODE]
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

TNT TAG[MINIGAME]|| THE BEST SKRIPT OF TNT TAG || PARTICLES, SUITS, SPEED SHOP, PAPI SUPPORT. is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10. Downloaded 4,545 times (via Spigot). Download it and open it directly in the game.

Explore more