66 lines
2.8 KiB
Plaintext
66 lines
2.8 KiB
Plaintext
#==============================================
|
|
# Discord Broadcasting
|
|
# Skript Made By TheTrouper#6969
|
|
# DO NOT DISTRIBUTE WITHOUT PREMISSION
|
|
# Copy#001
|
|
#==============================================
|
|
options:
|
|
|
|
# Invite link to your discord
|
|
Link: https://discord.gg/ogre
|
|
|
|
# Broadcast Interval
|
|
Interval: 3 minutes
|
|
|
|
|
|
command /discord:
|
|
trigger:
|
|
send "&9Discord> &b<link:{@Link}> Click This message to join our discord!" to player
|
|
command /discordbroadcast:
|
|
permission: discordbroadcast.announce
|
|
aliases: /db
|
|
trigger:
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
send "<link:{@Link}> &a&lMake sure to join our discord!" to all players
|
|
send "<link:{@Link}> &c&l Want better loot? %newline%&7Join the discord for some shiny new gear!" to all players
|
|
send "<link:{@Link}> &9Click anywhere here or follow this link" to all players
|
|
send "<link:{@Link}> &b{@Link}" to all players
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
command /dstaff:
|
|
permission: discordbroadcast.announce
|
|
trigger:
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
send "<link:{@Link}> &cAsking for staff ranks is against the rules." to all players
|
|
send "<link:{@Link}> &aIf you want to be a part of the staff team join the discord." to all players
|
|
send "<link:{@Link}> &aApplications are in the info channel (Google Form)" to all players
|
|
send "<link:{@Link}> &bYou can click anywhere in this block" to all players
|
|
send "<link:{@Link}> &b&lStaff Applications are OPEN" to all players
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
|
|
every {@Interval}:
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
send "<link:{@Link}> &b&l Want better loot? %newline%&7 Join the discord for some shiny new gear!" to all players
|
|
send "<link:{@Link}> &eClick anywhere here or follow this link" to all players
|
|
send "<link:{@Link}> &9{@Link}" to all players
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
|
|
command sellout:
|
|
permission: dupe.announce
|
|
trigger:
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
send "<link:{@Link}> &aDO /BUY FOR GREAT RANK DEALS" to all players
|
|
send "<link:{@Link}> &b&k0&r &dSTARTING AT 2$ FOR RANKS WITH FLY &b&k0" to all players
|
|
send "<link:{@Link}>&6&m=================================" to all players
|
|
command /setdckit:
|
|
permission: op
|
|
trigger:
|
|
set {discordkit} to player's held item
|
|
send "&9Kit> &7The Discord kit should have been set"
|
|
command /discordkit:
|
|
permission: discordkit.use
|
|
cooldown: 60 minutes
|
|
cooldown message: &cYou can only claim a discord kit every hour!
|
|
trigger:
|
|
give player {discordkit}
|
|
send "&9Kit> &7The Discord kit should have been given to you"
|