Hello guys ! This is my first mod pack I hope u like it also u will have to copy it
So Here ya go !
//Left 4 MC
var EntityKILL = 0;
var money=0;
var n = " ";
ModPE.setItem(431, 5000, 6000, n + "Medic Kit" + n);
ModPE.setItem(269, 6, 0, n + "Flaming Baseball'Bat" + n);
ModPE.setFoodItem(432, 14, 7, 2, n + "Zombie Beans" + n);
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId == 431&&blockId == 2)
{
Player.setHealth(15);
}
}
function useItem(x,y,z,itemId,blockId)
{
if(itemId==269&&blockId)//If your item is a wooden axe!
{
explode(x,y,z,3.1);//Blow it up!
Player.setHealth(20);
I don't know if this is how you share MCPE mods. I think you need to use some sort of compiling system. Also, you may or may not want to give everybody your source code, depending on how hard you worked and how much you take pride in this work.
I know but I don't no how to put media fire links or drop box but ill work on it!
That's okay, I usually don't make a big deal out of these sorts of things to people new to the server. These are a kind of "unspoken protocols" of the forum, and since they're unspoken, it takes a bit of time to pick it up Anyways, usually I don't rage if it's someone's 20th post, let alone 1st!
btw, congrats on your first post being a mod That'll get you some respect right off the bat instead of just telling someone "DUDE UR IDEA SUKS" (Not saying you would do that, because I don't know you, but I've seen peoples first posts that were like that.)
P.S. Use dropbox. It's easier to use than mediafire, you can do more things than mediafire, it's simpler than mediafire, and mediafire is just an ad farm, but you don't get any of the money.
I think you need to use some sort of compiling system. Also, you may or may not want to give everybody your source code, depending on how hard you worked and how much you take pride in this work.
No need to compile ModPE scripts - JavaScript loads the source directly
I don't know if this is how you share MCPE mods. I think you need to use some sort of compiling system. Also, you may or may not want to give everybody your source code, depending on how hard you worked and how much you take pride in this work.
These are the ways to import:
1. Download the .js file and import.
2. Copy to clipboard.
3. Make your own .js file, copy the script and import.
4. Copy it into TreeBL's website then import the id from his repo.
Rollback Post to RevisionRollBack
I'M BACK!
Want GUI Templates? Done! https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
These are the ways to import:
1. Download the .js file and import.
2. Copy to clipboard.
3. Make your own .js file, copy the script and import.
4. Copy it into TreeBL's website then import the id from his repo.
These are the ways to import: 1. Download the .js file and import. 2. Copy to clipboard. 3. Make your own .js file, copy the script and import. 4. Copy it into TreeBL's website then import the id from his repo.
Alright guys, sorry for the confusion. I've only ever dealt with PC mods before, but it's nice to know this for the future!
So Here ya go
//Left 4 MC
var EntityKILL = 0;
var money=0;
var n = " ";
ModPE.setItem(431, 5000, 6000, n + "Medic Kit" + n);
ModPE.setItem(269, 6, 0, n + "Flaming Baseball'Bat" + n);
ModPE.setFoodItem(432, 14, 7, 2, n + "Zombie Beans" + n);
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId == 431&&blockId == 2)
{
Player.setHealth(15);
}
}
function useItem(x,y,z,itemId,blockId)
{
if(itemId==269&&blockId)//If your item is a wooden axe!
{
explode(x,y,z,3.1);//Blow it up!
Player.setHealth(20);
}
}
function useItem(x,y,z,itemId,blockId,side){
if(itemId==345){
clientMessage(ChatColor.BLUE + "Your coordinates are " + "x;" + getPlayerX() + "Z;" + getPlayerZ());
}
}
function newLevel()
{
clientMessage(ChatColor.RED + "Welcome to Left For - MCPE");
clientMessage(ChatColor.GOLD + "Made By blingking © 2003");
addItemInventory(432, 2);
}
function leaveGame()
{
print("Thanks For -Playing!");
}
function procCmd(cmd)
{
var Line = cmd.split(" ");
if (Line[0]=="kills")
{
clientMessage(ChatColor.BLACK + "You have "+EntityKILL+" kills.");
}
}
function deathHook(murderer, victim)
{
if(getCarriedItem(murderer) == 269 || getCarriedItem(murderer) == 0 || getCarriedItem(murderer) == 267 || getCarriedItem(murderer) == 276 || getCarriedItem(murderer) == 283)
{
EntityKILL = EntityKILL + 1;
}
}
That's okay, I usually don't make a big deal out of these sorts of things to people new to the server. These are a kind of "unspoken protocols" of the forum, and since they're unspoken, it takes a bit of time to pick it up
btw, congrats on your first post being a mod
P.S. Use dropbox. It's easier to use than mediafire, you can do more things than mediafire, it's simpler than mediafire, and mediafire is just an ad farm, but you don't get any of the money.
https://www.dropbox.com/s/a6imy2x3rdnxkby/Left 4 MCPEReleaseBeta0.1.1.js
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNo need to compile ModPE scripts - JavaScript loads the source directly
These are the ways to import:
1. Download the .js file and import.
2. Copy to clipboard.
3. Make your own .js file, copy the script and import.
4. Copy it into TreeBL's website then import the id from his repo.
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Oh wow I'll try it later
Alright guys, sorry for the confusion. I've only ever dealt with PC mods before, but it's nice to know this for the future!
Caiden "Eihthype" Crawfish
Uuuhh... I don't understand... I'm in Canada...