mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
Started the destinations
This commit is contained in:
parent
77738c16cf
commit
895a052035
@ -1,5 +1,23 @@
|
||||
package com.sekwah.advancedportals.destinations;
|
||||
|
||||
public class Destinations {
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class Destinations {
|
||||
|
||||
public void create(Player creator, Location pos1, String name){
|
||||
|
||||
}
|
||||
|
||||
public void move(Player creator, Location pos1, String name){
|
||||
|
||||
}
|
||||
|
||||
public void rename(Player creator, String oldName, String newName){
|
||||
|
||||
}
|
||||
|
||||
public void remove(Player player, String name){
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user