Hello my name is samonlovesmc, I have been a modder since before ModPE came out. I have done work with blocklauncher and some PC modders aswell. I don't post many mods anymore because of the limitations with modpe. I am going to teach you how to mod! So just sit back and read!
List of Code
Basic Codes
addItemInventory(Id, Amount, ItemDamage) //Adds an item/block into your inventory
getPlayerX() //gets players X coordinate
getPlayerY() //gets players Y coordinate
getPlayerZ() //gets players Z coordinate
getTile(x,y,z) // Checks a blocks position
setTile(x,y,z, id) //sets a block in a certain position
print("") //sends a message through blocklauncher, not through chat
clientMessage("") // sends a message through chat
More coming soon!
Example Script
function newLevel(){
addItemInventory(264, 1, 0)
clientMessage("You have Received a gift :)")
}
functions list
function modTick(){ //does something every tick (20 ticks = 1 second)
function newLevel() //does something ever time a world starts up
function leaveGame() //does something every time you leave a world
function attackHook(a, v) //does something every time you attack something
function deathHook(a, v) //does something every time you kill something
function destroy block() //does something ever time you destroy a block
function useItem() //does something every time you use an item
Coming soon
- Many example scripts
-List of all script methods and explanation
-Many Languages
- answer to your guys questions
Questions?, Concerns?, Comments?, Sarcasm?
Comment Below! I read every comment!
+1 this to show you are a growing modder
Rollback Post to RevisionRollBack
I used to develop mods, I started modding before modpe and blocklauncher was even a thing. I have retired from the forums. I will no longer be active as of February 18 2015. I will miss my forum friends :(.
No problem my job is to explain coding, so everyone can understand it.
Keep am eye out, I'll be updating thread constantly.
Rollback Post to RevisionRollBack
I used to develop mods, I started modding before modpe and blocklauncher was even a thing. I have retired from the forums. I will no longer be active as of February 18 2015. I will miss my forum friends :(.
To post a comment, please login or register a new account.
Hello my name is samonlovesmc, I have been a modder since before ModPE came out. I have done work with blocklauncher and some PC modders aswell. I don't post many mods anymore because of the limitations with modpe. I am going to teach you how to mod! So just sit back and read!
List of Code
Basic Codes
addItemInventory(Id, Amount, ItemDamage) //Adds an item/block into your inventory
getPlayerX() //gets players X coordinate
getPlayerY() //gets players Y coordinate
getPlayerZ() //gets players Z coordinate
getTile(x,y,z) // Checks a blocks position
setTile(x,y,z, id) //sets a block in a certain position
print("") //sends a message through blocklauncher, not through chat
clientMessage("") // sends a message through chat
More coming soon!
Example Script
function newLevel(){
addItemInventory(264, 1, 0)
clientMessage("You have Received a gift :)")
}
functions list
function modTick(){ //does something every tick (20 ticks = 1 second)
function newLevel() //does something ever time a world starts up
function leaveGame() //does something every time you leave a world
function attackHook(a, v) //does something every time you attack something
function deathHook(a, v) //does something every time you kill something
function destroy block() //does something ever time you destroy a block
function useItem() //does something every time you use an item
Coming soon
- Many example scripts
-List of all script methods and explanation
-Many Languages
- answer to your guys questions
Questions?, Concerns?, Comments?, Sarcasm?
Comment Below! I read every comment!
+1 this to show you are a growing modder
No problem
Keep am eye out, I'll be updating thread constantly.