From 638c0956d9a3a132682ce7171d9588ceda98a1bf Mon Sep 17 00:00:00 2001 From: Phoenix616 Date: Sun, 6 Oct 2019 16:39:06 +0100 Subject: [PATCH] Remove force option from default preset --- randomteleport-plugin/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randomteleport-plugin/src/main/resources/config.yml b/randomteleport-plugin/src/main/resources/config.yml index 875e785..ed4a627 100644 --- a/randomteleport-plugin/src/main/resources/config.yml +++ b/randomteleport-plugin/src/main/resources/config.yml @@ -70,7 +70,7 @@ sign-variables: # Don't use the -p parameter, this will get added automatically with the senders name/the specified playername presets: # Triggered when you use /rtp without any additional paramters - default: "100 1000 -f" + default: "100 1000" # add more to use /rtp , player needs "randomteleport.presets." # : "/rtp 1 2" test: "10 200 -f" \ No newline at end of file