This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1: Stone | |
2: Grass | |
3: Dirt | |
4: Cobblestone | |
5: Wooden Plank (Oak) | |
5_1: Wooden Plank (Spruce) | |
5_2: Wooden Plank (Birch) | |
5_3: Wooden Plank (Jungle) | |
6: Sapling (Oak) | |
6_1: Sapling (Spruce) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Remember to set the class name equal to the folder and file name! | |
class Test { | |
// If this function is not found, the script will exit with an error | |
public function get_information() { | |
return array( | |
// Enter every name you want to call your plugin | |
'name' => 'Very Cool Test Plugin', |