-
-
Notifications
You must be signed in to change notification settings - Fork 79
faq
github-actions[bot] edited this page Jan 27, 2026
·
4 revisions
1) /vote says “vote here: www.votelinkhere.com”
This is VentureChat intercepting the /vote command.
Remove or change VentureChat’s /vote alias so VotingPlugin handles it instead.
- Check VentureChat’s config for command aliases and remove
/votethere. - Restart/reload VentureChat and test
/voteagain.
Put the crate plugin’s give-key command under a reward’s Commands list. Example:
Rewards: Commands:
- "command here %player%"
Examples (replace with your crate plugin’s command):
- CrazyCrates:
"cc give physical <CrateName> 1 %player%" - CMI:
"cmi give %player% key:<KeyName> 1" - CratesPlus:
"crate givekey %player% <CrateName> 1"
Use your crate plugin’s exact syntax.
%player%is replaced with the voter’s name.
Use:
/av vote <player> <site>
Your file is formatted incorrectly. Validate it here:
Tips:
- Use spaces, not tabs.
- Keep indentation consistent.
- Quote strings with special characters (
'&aText').
Either Votifier isn’t working or the ServiceSite value doesn’t match.
- Run a test vote and check console.
- Fix using this guide: https://wiki.bencodez.com/en/VotingPlugin/Votifier-Troubleshooting
Redownload the jar. The file is likely corrupted.
- In
Config.yml: setDebugLevel: EXTRA - For proxy issues: enable
BungeeDebuginBungeeSettings.ymland enable debug on the proxy.
Yes. Use the format:
-
&#FF0000#(surround the hex with&#and#)
/av reload-
/av reloadall(also reloads user storage)
If memory is fine, you may be hitting the PID limit. On the node:
- Increase
"container_pid_limit"to 1024 in/etc/pterodactyl/config.yml(default is 512), then restart the node services.
- Commands & Permissions
- API
- PlaceHolderAPI placeholders
- Minecraft Server Lists
- Bedrock Player Support
- Performance Settings
- Signs
- Special Rewards
- Time Changes
- Vote Reminding
- VoteMilestones
- VoteReminders
- Month Date Totals
- Transferring data storage within plugin