EasyLink-1.0.sk

Created by ShyDoge

Just so you know, we don't know the file format for every file. If it's just a bunch of random characters, it's probably a .zip or .jar.

# Linked
# Go below to options and fill it out below. If you don't have one of the options just write "NONE" and it will automatically remove it.


options:
  # THE COMMAND PREFIXES
  prefix: "&3Links&8 >>"

  # THE COMMAND SUFFIXES
  suffix: ""

  # The Links
  twitter: "NONE"
  discord: "NONE"
  store: "NONE"
  website: "NONE"
  teamspeak: "NONE"
  instagram: "NONE"
  youtube: "NONE"
  staff-application: "NONE"


# DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING
  version: 1
command /twitter:
  permission: links
  trigger:
    if {@twitter} is "NONE":
      send "%{@prefix}% We don't have a twitter account just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@twitter}%>&9Click Here<reset> %{@suffix}%"
command /discord:
  permission: links
  trigger:
    if {@discord} is "NONE":
      send "%{@prefix}% We don't have a discord server just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@discord}%>&9Click Here<reset> %{@suffix}%"
command /store:
  permission: links
  trigger:
    if {@store} is "NONE":
      send "%{@prefix}% We don't have a store page just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@store}%>&9Click Here<reset> %{@suffix}%"
command /website:
  permission: links
  trigger:
    if {@website} is "NONE":
      send "%{@prefix}% We don't have a website just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@website}%>&9Click Here<reset> %{@suffix}%"
command /teamspeak:
  permission: links
  trigger:
    if {@teamspeak} is "NONE":
      send "%{@prefix}% We don't have a teamspeak just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@teamspeak}%>&9Click Here<reset> %{@suffix}%"
command /instagram:
  permission: links
  trigger:
    if {@instagram} is "NONE":
      send "%{@prefix}% We don't have a instagram account just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@instagram}%>&9Click Here<reset> %{@suffix}%"
command /youtube:
  permission: links
  trigger:
    if {@youtube} is "NONE":
      send "%{@prefix}% We don't have a youtube account just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@youtube}%>&9Click Here<reset> %{@suffix}%"
command /apply:
  permission: links
  trigger:
    if {@staff-application} is "NONE":
      send "%{@prefix}% We don't have a staff application just yet! %{@suffix}%"
    else:
      send "%{@prefix}% <link:%{@staff-application}%>&9Click Here<reset> %{@suffix}%"
command /social:
  permission: links
  trigger:
    if {@staff-application} is "NONE":
      send "A Staff Application was not provided" to console
    else:
      send "&7Staff Application: <link:%{@staff-application}%>&9Click Here<reset> %{@suffix}%"
    if {@youtube} is "NONE":
      send "A Youtube was not provided" to console
    else:
      send "&7Youtube Channel: <link:%{@youtube}%>&9Click Here<reset> %{@suffix}%"
    if {@instagram} is "NONE":
      send "A Instagram was not provided" to console
    else:
      send "&7Instagram: <link:%{@instagram}%>&9Click Here<reset> %{@suffix}%"
    if {@teamspeak} is "NONE":
      send "A teamspeak was not provided" to console
    else:
      send "&7Teamspeak: <link:%{@teamspeak}%>&9Click Here<reset> %{@suffix}%"
    if {@website} is "NONE":
      send "A website was not provided" to console
    else:
      send "&7Website: <link:%{@website}%>&9Click Here<reset> %{@suffix}%"
    if {@store} is "NONE":
      send "A store was not provided" to console
    else:
      send "&7Store: <link:%{@store}%>&9Click Here<reset> %{@suffix}%"
    if {@discord} is "NONE":
      send "A discord was not provided" to console
    else:
      send "&7Website: <link:%{@discord}%>&9Click Here<reset> %{@suffix}%"
    if {@twitter} is "NONE":
      send "A twitter was not provided" to console
    else:
      send "&7Website: <link:%{@twitter}%>&9Click Here<reset> %{@suffix}%"
command /brand:
  trigger:
    send "&6Author&7: ShyDoge"
    send "&6Plugin&7: EasyLinks"
    send "&6Version&7: %{@version}%"
    send "&6Download Link&7: <link:https://placeholder.com/>&9Click Here<reset>"