26.12.2015, 19:36
I just call my own method called onPlayerRequestSpawn to code in another file, there I have only a show dialog instruction so far:
Quote:
public static void onPlayerRequestSpawn(Player player){ Server.showSpawnMenu(player); } |
Quote:
repositories: - id: central url: http://repo1.maven.org/maven2/ - id: gtaun-public-repo url: http://repo.gtaun.net/content/groups/public - id: sonatype-oss-snapshots url: https://oss.sonatype.org/content/rep...ies/snapshots/ # When to update cache? # Options: always / daily / interval:[minutes] cacheUpdatePolicy: always # If Maven checks for Updates or use old artifacts offlineMode: false # Your needed runtimes runtimes: - net.gtaun ![]() - net.gtaun ![]() # Additional plugins plugins: # Your gamemode gamemode: dev.acesamp:test:1.0-SNAPSHOT |