For example, given the following configuration file:
members: - Hollie - Jason - Bobo - Aya - Tetsu worldguard: fire: spread: false blocks: [cloth, rock, glass] sturmeh: cool: false eats: babies: true
Calling code could access sturmeh's baby eating state by using getBoolean("sturmeh.eats.babies", false)
. For lists, there are methods such as getStringList
that will return a type safe list.
This class is currently incomplete. It is not yet possible to get a node.
|
|