FancyMcPlugins / FancyNpcs

FancyNpcs is a simple, lightweight and fast npc plugin using packets
https://modrinth.com/plugin/fancynpcs
MIT License
98 stars 23 forks source link

Add arguments in server commands. #127

Closed PawloZiom closed 2 days ago

PawloZiom commented 1 week ago

Please add arguments like "{PLAYER}" or something like that because i can't teleport players using server.

OliverSchlueter commented 3 days ago

You can use any placeholder by PlaceholderAPI and MiniPlaceholders. "{player}" should work too

PawloZiom commented 2 days ago

Thanks!