
Suggestion: TownyWayPointTravel - minor improvements
NeumimTo opened this issue ยท 3 comments
Please explain your feature request to the best of your abilities:
-
Being able to whitelist towns twpt mechanics applies to
-
Every time a player crosses a town border a notification is sent to a client.
By default in the notiffication the town name font color is green (at least when it comes to https://javadoc.io/doc/net.md-5/bungeecord-chat/latest/net/md_5/bungee/api/ChatMessageType.html ACTION_BAR type of message).
Let admins adjust the text color either globally for twpt towns, or per town- Maybe this would be better suggestion to towny itself
-
When a player visits a town for the first time add option to specify a command list that will be run as a console command and support use of a placeholder for playername - for example {playername}
-
Add option for tp cost and tp cooldown
- And the ability to adjust them via permissions
If i would sum it up the final configuration options could look like
whitelist_enabled: true whitelist: - very_epic_town: discovery_commands: - "give {player} minecraft:diamond 64" - op {player} welcome_message_color: #ffffff tp_cooldown: value: 50000 #in millis multipliers: - towny.nation.xyz: 1.20 tp_cost: value: 10 multipliers: - towny.nation.xyz: 0
As for the 4th option:
TWPT has no teleport commands, I'm not sure what commands you're referring to here.
The 1st option is being implemented as a blacklist and is part of 1.8
The 2nd option is already part of Towny's https://github.com/TownyAdvanced/Towny/blob/905b0e36760c2ca5857a9ccddc00abfa161548ed/Towny/src/main/java/com/palmergames/bukkit/towny/event/ChunkNotificationEvent.java