summaryrefslogtreecommitdiff
path: root/src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt
diff options
context:
space:
mode:
authorDico <dico.karssiens@gmail.com>2018-09-27 02:58:06 +0100
committerDico <dico.karssiens@gmail.com>2018-09-27 02:58:06 +0100
commitcdaba0ebd5b48d1f2d4579c873d83fdf6ea1a074 (patch)
treecc3b3743e5908c25f530542b8bb8f6082cc01400 /src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt
parentc486e99f1aa1cf02e3d5ffea4b13916010578cee (diff)
Fix privileges of *
Diffstat (limited to 'src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt')
-rw-r--r--src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt b/src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt
index e7c4e48..8beef7f 100644
--- a/src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt
+++ b/src/main/kotlin/io/dico/parcels2/command/ParcelParameterTypes.kt
@@ -4,10 +4,7 @@ import io.dico.dicore.command.CommandException
import io.dico.dicore.command.parameter.ArgumentBuffer
import io.dico.dicore.command.parameter.Parameter
import io.dico.dicore.command.parameter.type.ParameterType
-import io.dico.parcels2.Parcel
-import io.dico.parcels2.ParcelProvider
-import io.dico.parcels2.ParcelWorld
-import io.dico.parcels2.PlayerProfile
+import io.dico.parcels2.*
import org.bukkit.command.CommandSender
import org.bukkit.entity.Player