MrNaikito / towny

Automatically exported from code.google.com/p/towny
0 stars 1 forks source link

Error and Autorechange Regex #1600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Edit config.yml
2.Starting the Server
3.

What is the expected output? :
Change the config.yml 
What do you see instead? :
Towny safe mode
What is your Towny version number? :
0.82.1.0
What is your Bukkit version number? :
 git-Bukkit-1.4.7-R1.0-b2624jnks (MC: 1.4.7) (Implementing API version 1.4.7-R1.0)
What operating system? :
linux

- Your full server startup from server.log,
  http://pastebin.com/raw.php?i=WLDPj3JY
- Your towny config.yml,
  http://pastebin.com/raw.php?i=MQrcea4w
- Your townyperms.yml,
  http://pastebin.com/raw.php?i=LXKZKUj5
- Your permissions file.
  http://pastebin.com/raw.php?i=7avvZDXe

-Nodes:
When i change only a number for example:

# default Town levels.
  town_level:
  - upkeepModifier: 2.0
    namePostfix: ' Ruins'

save and restart ->towny locked in safe mode 
it will be change this :
regex:
    name_filter_regex: '[ /]'
    name_check_regex: ^[a-zA-Z0-9._[]-]*$
    name_remove_regex: '[^a-zA-Z0-9._[]-]'

i try to change to :
regex:
    name_filter_regex: '[ /]'
    name_check_regex: '^[a-zA-Z0-9._\[\]-]*$'
    name_remove_regex: '[^a-zA-Z0-9._\[\]-]'

but its changed back when restart the server 

thanks for help ,Excuse for my bad english 

Original issue reported on code.google.com by Ollie199...@gmail.com on 22 Feb 2013 at 12:42

GoogleCodeExporter commented 9 years ago
I found the bug its a fail from Web-File Manager he still changed back with 
filezilla works fine ...regardless thanks for this support and supportteam . 

Original comment by Ollie199...@gmail.com on 22 Feb 2013 at 5:43

GoogleCodeExporter commented 9 years ago

Original comment by Elg...@palmergames.com on 22 Feb 2013 at 6:34