Hello i am using this /plotmine give command to give players plotmines, but i have 3 different plotmines, so how do i do id i type /plotmine give <player> small it will give the player a small one and the same if i type big or biggest.
Code:
command /plotmine give <player> <type>:
description: Gives plotmines to player
permission: plotmines.give
permission message: &c&lFEJL&8&l» &cDu har ikke tilladelse til dette.
executable by: players and console
usage: &8/plotmine give <player> <type>
trigger:
add 1 to {plotmines.owned.%player%}
message "&9&lPlotmine &8» &7Du har givet 1 %type% plotmine til %player%"
command /check plotmines:
permission: plotmines.check
trigger:
message "Du har %{plotmines.small.%player%}% små plotmines"
message "Du har %{plotmines.big.%player%} mellem plotmines%"
message "Du har &{plotmines.biggest.%player%} store plotmines&"