No tienes permiso para ver los enlaces. Para poder verlos Registrate o Conectate.

servidor\game\data\scripts\custom
Servidor\game\data\scripts\custom\TopVoteServers
Servidor\game\data\scripts.cfg
custom/TopVoteServers/TopVoteServers.java
// Configuración básica del plugin
private static final int SERVER_ID = 123; // ID de tu servidor
private static final String API_KEY = "tu_api_key_generada";
private static final String API_URL = "https://www.united-extreme.com/u3games/topservers/java_api.php";
// Recompensas configurables
private static final int VOTE_REWARD_ID = 20271; // ID del item
private static final int VOTE_REWARD_COUNT = 1; // Cantidad
// Tiempo
private static final int VOTE_COOLDOWN_HOURS = 12; // Tiempo entre votos
// NPC
private static final int NPC_MANAGER = 999000;
<!-- Coloca este código en tu web -->
<a href="https://www.united-extreme.com/u3games/topservers/vote.php?server=TU_SERVER_ID" target="_blank">
<img src="https://www.united-extreme.com/u3games/topservers/images/vote-banner.png" alt="Vota por nuestro servidor" />
</a>
// Verificar si un jugador ha votado
JsonObject result = callAPI("check_ip_vote",
"server_id=" + SERVER_ID +
"&api_key=" + API_KEY +
"&ip_address=" + playerIP);
// Obtener estadísticas del servidor
JsonObject stats = callAPI("get_server_stats",
"server_id=" + SERVER_ID +
"&api_key=" + API_KEY);
<set name = "blockInOlympiad" val = "true" />
