i need the following . how do you read a config? . how do you edit the config.yml? . how do you look up if something exist in a config? . and how do add to the config ? . and how do you remove stuff from the config? . and how do you make a config? thank you
All of my public plugins use a configuration file of some sort: https://github.com/dutok?tab=repositories It's very simple once you get the hang of it
Look at the function names and guess what they are and how to use them. (Creating these objects is at the Advanced level in Learning-PocketMine-Development) Learn PHP about objects.
i really don't have time to guess . just give me the answer ( i know . sham at me . i am teacher and i don't know the basics of configs )
Once again, my plugins use most of these functions. Look through the code, that's how I learned best.
Of course. There are only two ways to learn plugin development I can think of: looking at the source code and looking at the source code of others' plugins.
Teach me SQLite3! XD (I really want to learn it, but I don't have time or effort to, because it looks hardly debugable, programs using it)