skript-votifier-hook 2854 days, 12 hours and 34 minutes ago
skript-votifier-hook
It does what it says!
This addon requires:
- Votifier (obviously)
- Java 8
Events
Vote Receive EventCalled every time Votifier receives a vote.
This event has access to:
event-voteon [(any|every|raw)] [votifier] vote receiv(e|ed)
on [(any|every|raw)] votifier vote
Online Player Vote EventCalled when an online player votes for the server.
This event has access to:
event-player and
event-voteon [online] [player] vote
ExpressionsAll of the available expressions from this addon are properties of
event-vote.
Vote WebsiteThe server list name from where the vote was cast.
([web]site|server[ ]list|service) [name] of event-vote
Voter UsernameThe voter's submitted username.
[(voter|sender)] user[(-| )]name of event-vote
Voter IP AddressThe IP address used when the voter submitted their vote.
[(voter|sender)] [ip(-| )]address of event-vote
Vote TimestampThe timestamp from when the vote was cast.
[(voter|sender)] time[(-| )]stamp of event-vote
Example Script# This voter is online!
on vote:
broadcast "&6&l&oVote! &e%username of event-vote% voted on &f&n%website of event-vote%"
send "&6Congrats&7, %username of event-vote%!" to event-player
# The voter may or may not be online...
on votifier vote:
send "&9Received a vote." to console
send "&7-&f Username: %username of event-vote%" to console
send "&7-&f Website: %server list of event-vote%" to console
send "&7-&f Address: %ip address of event-vote%" to console
send "&7-&f Timestamp: %timestamp of event-vote%" to console
View Update