Config.yml is the main configuration file for RWG, you will find your license key and various other configuration stuff there.
NOTE: You will find it in plugins/RealisticWorldGenerator/config.yml
This is the default config.yml file for v4.
license: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
customize:
random:
global: 14299402267968993
manual: 28598804535937986
grow: 42898206803906979
command:
force_sync: false
regeneration:
layers: 1
downloads:
skip: false
mute: false
schematics:
load:
mute: true
log:
extended-info: false
log-to-console: true
log-to-file: true
security_mode:
evil: false
messages:
join: true
Each license key is unique to you, you can't change it. A supporter will maybe ask you for it. |
customize:
random:
global: 14299402267968993
manual: 28598804535937986
grow: 42898206803906979
command:
force_sync: false
regeneration:
layers: 1
global defines seed for all global operations of RWG that are not seed based because they have nothing to do with the world generation itself
manual defines seed for all player started operations for example schematic pasting
grow defines seed for the selection which tree will spawn if you let an sapling grow
This is generated based on your license key but can be changed at all time
layers defines the amount of block layers that should be generated at once on regeneration
downloads:
skip: false
mute: false
schematics:
load:
mute: true
skip defines if RWG should skip downloading its default custom schematics
mute defines if RWG should display output about downloading in console
load.mute defines if RWG should mute output about loading structures in console
log:
extended-info: false
log-to-console: true
log-to-file: true
extended-info defines if RWG should log more info then it does in default
log-to-console defines if RWG should display log in console
log-to-file defines if RWG should log info to file
security_mode:
evil: false
RWG offers a security-mode, which prevents RWG from breaking on a version-change. This is just a security-feature, as long as a version is not officially tested by the SyntaxPhoenix-Team RWG will not run on that version. On Some dev-servers it might still be a option to test the plugin before official version-release from SyntaxPhoenix-Team.
evil defines if RWG should run without version-compability-check. Set this to true when you want to skip this check. Please have in mind: If you do so the SyntaxPhoenix-Team will not be liable for any crashes or world-corruptions.
messages:
join: true
On each join RWG sends a message to persons with Permission rwg.info. This message contains infos to Updates and the current version of RWG.
join defines if RWG should send the Join-Message. Set this to true when you want to totally disable the message. Please have in mind: RWG is updating often(Without breaking your worlds - You can always update), so it is highly recommended to let this enabled to prevent missing a good update