You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Global messages for town creation/disband. This is to improve the town server plugin feel, it's funny when people create a new town using Towny and everyone knows it and sends congratulations messages, or when a town is disbanded everyone says rip in chat.
The text was updated successfully, but these errors were encountered:
import:
org.bukkit.Bukkit
net.william278.husktowns.events.TownCreateEvent
net.william278.husktowns.events.TownDisbandEvent
on load:
set {_existHuskTowns} to Bukkit.getPluginManager().getPlugin("HuskTowns")
if {_existHuskTowns} is set:
send "HuskTowns Skript-Loaded!" to console
on TownDisbandEvent:
set {_TownName} to event.getTownName()
broadcast "> &cTown %{_TownName}% &cDisbanded!"
on TownCreateEvent:
set {_TownName} to event.getTownName()
broadcast "exam"
Global messages for town creation/disband. This is to improve the town server plugin feel, it's funny when people create a new town using Towny and everyone knows it and sends congratulations messages, or when a town is disbanded everyone says rip in chat.
The text was updated successfully, but these errors were encountered: