diff --git a/README.md b/README.md index 1fa0aef..f5dc73a 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,12 @@ e.g. ```yml placeholderapi-placeholders: allowflight: "%player_allow_flight%" + spawnx: "%math_{player_x}<501%" + spawnz: "%math_{player_z}<501%" + spawnnegx: "%math_{player_x}>-501%" + spawnnegz: "%math_{player_z}>-501%" ``` > allowflight=true -___ \ No newline at end of file +___