SkTopia - The MinetopiaSDB Skript Addon!

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Jazzkuh

Supporter
Addon Developer
Dec 23, 2018
4
0
1
20
Warning! You need to have the MinetopiaSDB plugin installed for this to work.

SkTopia
This addon adds various effects and events which will make your life easier when you are using the MinetopiaSDB plugin. To help you get on your way with this plugin i've inserted a few quick examples down below.

Code:
command /stats:
    trigger:
        send "&3Level: &b%the minetopiasdb level of player%"
        send "&3Prefix: &b%the minetopiasdb prefix of player%"
        send "&3LuckyShards: &b%luckyshards of player%"
        send "&3GrayShards: &b%grayshards of player%"
        send "&3GoldShards: &b%goldshards of player%"
        send "&3GrayCoins: &b%graycoins of player%"
        send "&3Playtime: &b%the minetopiasdb playtime of player%"
        send "&3Fitness: &b%the minetopiasdb fitness of player%"

on minetopiasdb level change:
    broadcast "%player%'s level has been changed to %event-number%"
 
on minetopiasdb emergency call:
  broadcast "%player% has called 112: %event-string%"

on sdb atm open:
    if player is not holding a lime dye:
        cancel event
        send "You need to be holding a credit card to use this ATM!"


If you have any feature requests for more things to add to this addon please send me a direct message on the forums or on Discord.