Newbie needs help with proper setup

Hello guys,
IΒ΄m very new to modding a Rust server. So I need some help by setting up this plugin right. πŸ™πŸ€―
I want admin and mod groups are the only who can use this plugin, so I give all permissions to this groups.
Hopefully they are now the only who can use this plugin on the server.
Now I want to set up the config file but I donΒ΄t know which lines I have to change for it and which chat commands do I need.
So hopefully someone can help me doing it right.

The only things this plugin should can do:

  • Set a TP home mark to any foundation they want (without having TC Authorization)
  • Save/Remove a TP Home mark
  • Show a list of all TP Home marks
  • Remove all TP Home marks from list
  • No Cooldown to teleport
  • Timer to teleport: 5sec.
  • Unlimited teleports
  • Using Map marks to teleport
  • Teleport to a player without having his permission to do that
  • Teleport a Player to me without having his permission to do that
  • No Sounds or chat notifications by teleporting.
All other stuff should be deactivated.

Thanks in advance

you need to go through the config and set the vip limits to 0, vip cooldowns 0 and vip countdowns to 5

setting the time to 0 will make it instant
setting the use to 0 will make it unlimited

if you don't want a message being shown then edit the language file and remove the text from the message

"AdminTP": "You teleported to {0}!",
would be
"AdminTP": "",
etc

don't grant nteleportation.disallowtptome. it will prevent "teleport a player to me"

o.grant group admin nteleportation.admin
o.grant group admin nteleportation.tp
o.grant group admin nteleportation.tpr
o.grant group admin nteleportation.tpb
o.grant group admin nteleportation.tpl
o.grant group admin nteleportation.tpconsole
o.grant group admin nteleportation.tpremove
o.grant group admin nteleportation.tpsave
o.grant group admin nteleportation.home
o.grant group admin nteleportation.norestrictions
o.grant group admin nteleportation.exemptfrominterruptcountdown
o.grant group admin nteleportation.tpmarker