https://github.com/ad5001/configeditor
Too lazy to go to a folder and edit configs? Do it directly in game !
https://github.com/ad5001/configeditor
Last synced: 2 months ago
JSON representation
Too lazy to go to a folder and edit configs? Do it directly in game !
- Host: GitHub
- URL: https://github.com/ad5001/configeditor
- Owner: Ad5001
- License: other
- Created: 2017-02-08T12:44:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T09:35:25.000Z (over 8 years ago)
- Last Synced: 2025-01-16T12:56:05.268Z (4 months ago)
- Language: PHP
- Homepage: http://download.ad5001.eu/fr/view.php?src=github&name=ConfigEditor
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConfigEditor
Too lazy to go to a folder and edit configs? Do it directly in game !### Description
Have you ever thought of how long the process is just to change something in your config?
No? Then here is a sample:
- Go to your VPS/your computer where the server is hosted.
- Search the plugin folder
- Open the config with your code editor (wait for it to open)
- Search the data you want to change
- Change it
- Save the config
- Reload your server because most plugins doesn't auto refresh.Would you like to shot this long process into a simpler and much faster one?
Then, this plugin is for you allowing to change your configs right in game/in the console.#### What does makes ConfigEditor faster than this process?
* No need to search for the folder, you just enter the plugin name.
* Just go to your server instead of going to your VPS
* Instant config opening.
* Easy data setting by name.
* Auto reload the config in the plugin if possible.### How does it work?
The config editing process works by commands.
First of, open the config in game using /opencfg .
Then, if the config opening has been succefull.
You can, set, see, add, delete data from the config using /cfg [value...]
You can see the whole content of the config using /cfg read.
Then, when you finished your editing, save the config using /cfg save (will auto reload in the selected plugin if possible)
And just after than close your config using /closecfg.