diff --git a/VotingPlugin/src/com/bencodez/votingplugin/config/ConfigVoteSites.java b/VotingPlugin/src/com/bencodez/votingplugin/config/ConfigVoteSites.java index d1e06b2e2..9cbef5a01 100644 --- a/VotingPlugin/src/com/bencodez/votingplugin/config/ConfigVoteSites.java +++ b/VotingPlugin/src/com/bencodez/votingplugin/config/ConfigVoteSites.java @@ -48,7 +48,7 @@ public void generateVoteSite(String siteName) { setServiceSite(siteName, org); setVoteURL(siteName, "VoteURL"); setVoteDelay(siteName, 24); - set(siteName, "DisplayItem.Material", "GRASS"); + set(siteName, "DisplayItem.Material", "STONE"); set(siteName, "DisplayItem.Amount", 1); set(siteName, "Rewards.Messages.Player", "&aThanks for voting on %ServiceSite%!");