I am thinking of pausing the tutorial for about a week. I will start writing again when I get rid of some of the school work(Somehow they are always piled up no matter what I do D: )
Rollback Post to RevisionRollBack
Best Regards, -- sekjun9878 <[email protected]> - PocketMine Team Developer
I like this tutorial very much, keep up the hard work
Rollback Post to RevisionRollBack
Hi! I am Glitchmaster_PE! I do MCPE and no other Minecraft I currently make PocketMine plugins and am planning on expanding to ModPE Scripts soon! I am a moderator on MinePocket servers! I have a Twitter with 750+ followers!
To post a comment, please login or register a new account.
Isn't u able to grey out the code area?
And probably make "--------" To split different sections
etc...
...We then end the plugin by using the closing braket.
}
------------------------------------------------------------------------------------------------------------"
<some small title>
If you find this stuff difficult, then I really suggest you have a look at this website.
....
----
Idk, I think doing this would make thinks more organized
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYeah.. I was looking at ways to make codes more organized.
I will implement something that will make things cleaner next time.
Thanks for your response!
-- sekjun9878 <[email protected]> - PocketMine Team Developer
$alias <---
Saw this in many plugins, but i can't figure it out >.<
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumIt's basically a second way to call a command. So lets say command 'whitelist' has an alias of 'allow'
You can call the plugin by either allow or whitelist.
The you can register a command with ConsoleAPI and make it an alias of another command.
The $alias variable will tell you which alias has been used.
-- sekjun9878 <[email protected]> - PocketMine Team Developer
Thanks
-
View User Profile
-
View Posts
-
Send Message
Curse Premium-- sekjun9878 <[email protected]> - PocketMine Team Developer
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumand profit-- sekjun9878 <[email protected]> - PocketMine Team Developer
-
View User Profile
-
View Posts
-
Send Message
Curse Premium-- sekjun9878 <[email protected]> - PocketMine Team Developer
http://www.minecraftforum.net/topic/1897921-updated-how-to-make-a-pocketmine-plugin-simplified/
Right there.
Java/C/C++ dev, server owner and hacker extraordinare
Java/C/C++ dev, server owner and hacker extraordinare
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
Maybe i just need more practise.