zSpawner icon

zSpawner -----

3 spawners type - Classic - Virtual - Gui



[2.1.0.0] Bug fix
Correction of an error with the placement of spawners
You can also add your own plugin like this:

Code (Java):

public class ClassExemple implements Listener {

    @EventHandler
    public void onRegister (SpawnerRegisterEvent event ) {
        event. setFactionListener ( new LegacyFaction ( ) ) ;
    }

 
  public class LegacyFaction extends FactionListener {
 
    @Override
    public boolean canBuild (Player player, Location location ) {
        @SuppressWarnings ( "deprecation" )
        String tag = Board. get ( ). getFactionAt ( new FLocation (location ) ). getTag ( ) ;
        String playerTag = FPlayerColl. get (player ). getFaction ( ). getTag ( ) ;
        return tag. equals (playerTag ) ;
    }

  }
}
 
----------, Feb 24, 2020
Resource Information
Author:
----------
Total Downloads: 123
First Release: Aug 13, 2019
Last Update: Dec 16, 2024
Category: ---------------
All-Time Rating:
13 ratings
Find more info at zspawner.groupez.dev...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings