zTournament

NULLED MC PLUGIN zTournament 1.0.4.3

Upgrade or register to download
Potentially Outdated? (3+ Months)
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.
[IMG]




Features:
  • Unlimited Arena
  • All types of duel (1v1, 2v2, 3v3, 20v20, ...)
  • Multi-arena system (there can be several duels in a single arena)(Need protocol lib for remove entity and sound)
  • Unlimited Kit
  • Reward according to the position of the team
  • Fully automatic
  • PlaceholderAPI support
  • Disable potion and enderpearl for other player (need protocolLib)
Commands:

  • /tournament create <team name> - Create a team (ztournament.team.create)
  • /tournament join <team name> - Join a team (ztournament.team.join)
  • /tournament invite <player> - Invite a player to your team (ztournament.team.invite)
  • /tournament leave - Leave your team (ztournament.team.leave)
  • /tournament version - Show plugin's version
  • /tournament arena <loc> - Create an arena (ztournament.arena)
  • /tournament delete \<uuid> - Delete an arena (ztournament.delete)
  • /tournament list - Show an arena (ztournament.arena.show)
  • /tournament setlobby - Set lobby's position (ztournament.setlobby)
  • /tournament stop - Shop a tournament (ztournament.stop)
  • /tournament wave - Start next wave (ztournament.wave)
  • /tournament start <type> <kit name> - Start tournament (ztournament.start)
  • /tournament reload - Reload the plugin (ztournament.reload)
  • /tournament kit - Show kit commands (ztournament.kit.use)
  • /tournament kit list- Show kit list (ztournament.kit.use)
  • /tournament kit show <name> - Show kit content (ztournament.kit.use)
  • /tournament kit create <name> - Create an empty kit (ztournament.kit.use)
  • /tournament kit edit <name> - Edit a kit (ztournament.kit.use)
  • /tournament kit delete <name> - Edit a kit (ztournament.kit.use)



The plugin is used on the Onoria server, here are some videos of players who are in a tournament.






PlaceHolder:

Code (Text):

%ztournament_team_name%
%ztournament_team_position%
Developer:



Code (Java):

Tournament tournament = getProvider(Tournament.class);


protected <T> T getProvider(Class<T> classz) {
RegisteredServiceProvider<T> provider = getServer().getServicesManager().getRegistration(classz);
if (provider == null)
return null;
return provider.getProvider() != null ? (T) provider.getProvider() : null;
}

Configuration:

Author
Haizivs
First release
Last update

Ratings

0.00 star(s) 0 ratings

More downloads from

Latest Updates

  1. 1.0.4.3

    1.0.4.3
  2. 1.0.4.1

    1.0.4.1
Back
Top