EasyYAMLApi | easy create YAML files | API (deprecated)
SpigotMCA Plugin by Tobias
255 завантажень
остання v1.2.1 STABLE SpigotMC
Der einfachste Weg '.yml' Datein zu erstellen.
BENÖTIGT:
BENÖTIGT:
- Java
- Spigot 1.8 - 1.12
Features
- Einfaches erstellen von '.yml' Dateien!
- Einfaches verwalten von '.yml' Dateien!
Installation
- Downloade dieses Plugin
- Stelle sicher, dass dein System mit Java ausgestattet ist.
- Verschiebe es in deinen /plugins Ordner
- Restart/Reloade deinen Server
Nutzung
Code (Java):
//Filename is without the fileformat!
//Enabling debug is usefull if something does not work!
//create file
EasyYAMLApi. createFile ( Plugin, Filename ) ;
//delete file
EasyYAMLApi. deleteFile ( Plugin, Filename ) ;
//get file
EasyYAMLApi. getFile ( Plugin, Filename ) ; //returns 'java.io.File'
//getYAMLConfiguration
EasyYAMLApi. getYAMLConfig ( Plugin, Filename ) ; //returns 'org.bukkit.configuration.file.YamlConfiguration;'
//exists
EasyYamlAPI. exists ( Plugin, Filename ) ;
//set file format
EasyYAMLApi. setDataType ( format ) ;
//set debug
EasyYAMLApi. setDebug ( boolean ) ;
//set enabled
EasyYAMLApi. setEnabled ( boolean )
TERMS
- YOU ARE NOT ALLOWED TO CLAIM THIS PLUGIN AS YOUR OWN
- YOU ARE NOT ALLOWED TO MODIFY THE CODE AND/OR CALL IT YOUR OWN
- YOU ARE NOT ALLOWED TO REDISTRIBUTING THIS PLUGIN AND CALL IT YOURS
- YOU ARE NOT ALLOWED TO DECOMPILE THIS PLUGIN
- YOU ARE NOT ALLOWED TO SELL THIS PLUGIN
The easiest way to create '.yml' files!
Rename the file messages_en.txt to messages.txt
and replace the old for the English language!
REQUIRED:
Rename the file messages_en.txt to messages.txt
and replace the old for the English language!
REQUIRED:
- Java
- Spigot 1.8 - 1.12
Features
- Easy creating of '.yml' files!
- Easy managing of '.yml' files!
Installation
- Download this plugin
- Make sure your system has Java installed.
- Copy it into the /plugins folder
- Restart/Reload your server!
Use
Code (Java):
//Filename is without the fileformat!
//Enabling debug is usefull if something does not work!
//create file
EasyYAMLApi. createFile ( Plugin, Filename ) ;
//delete file
EasyYAMLApi. deleteFile ( Plugin, Filename ) ;
//get file
EasyYAMLApi. getFile ( Plugin, Filename ) ; //returns 'java.io.File'
//getYAMLConfiguration
EasyYAMLApi. getYAMLConfig ( Plugin, Filename ) ; //returns 'org.bukkit.configuration.file.YamlConfiguration;'
//exists
EasyYamlAPI. exists ( Plugin, Filename ) ;
//set file format
EasyYAMLApi. setDataType ( format ) ;
//set debug
EasyYAMLApi. setDebug ( boolean ) ;
//set enabled
EasyYAMLApi. setEnabled ( boolean )
TERMS
- YOU ARE NOT ALLOWED TO CLAIM THIS PLUGIN AS YOUR OWN
- YOU ARE NOT ALLOWED TO MODIFY THE CODE AND/OR CALL IT YOUR OWN
- YOU ARE NOT ALLOWED TO REDISTRIBUTE THIS PLUGIN AND CALL IT YOURS
- YOU ARE NOT ALLOWED TO DECOMPILE THIS PLUGIN
- YOU ARE NOT ALLOWED TO SELL THIS PLUGIN
Коментарі 0
Поки немає коментарів. Будь першим, хто поділиться думкою.