This mod disables PvP with all mobs and disables putting down blocks
Script ID: 21886
version = "v0.1";function useItem(x,y,z,itemId,blockId,side){preventDefault();clientMessage(ChatColor.RED+"You cannot do that!\n"+ChatColor.YELLOW+"RestrictionsMod "+version);}function attackHook(attacker, victim){preventDefault();clientMessage(ChatColor.RED+"You cannot do that!\n"+ChatColor.YELLOW+"RestrictionsMod "+version);}function modTick(){}function procCmd(cmd) {if(cmd=="rinfo"){clientMessage("\n"+ChatColor.BLUE+"RestrictionsMod "+version+"\n"+ChatColor.GREEN+"Created by MrMinecraftPE1\n"+ChatColor.YELLOW+"Mod restricts hurting Mobs or players and creating blocks.")}}clientMessage(ChatColor.BLUE+"RestrictionsMod "+version+" is fully loaded\n"+ChatColor.YELLOW+"Type /rinfo for more info");
NoPvP Mod v0.1
This mod disables PvP with all mobs
Script ID: 21892
version = "v0.1";function attackHook(attacker, victim){preventDefault();clientMessage(ChatColor.RED+"You cannot hurt anyone!\n"+ChatColor.YELLOW+"NoPvP Mod "+version);}function modTick(){}function procCmd(cmd) {if(cmd=="nopvp"){clientMessage("\n"+ChatColor.BLUE+"NoPvP Mod "+version+"\n"+ChatColor.GREEN+"Created by MrMinecraftPE1\n"+ChatColor.YELLOW+"Mod restricts hurting Mobs or players.")}}clientMessage(ChatColor.BLUE+"NoPvP Mod "+version+" is fully loaded\n"+ChatColor.YELLOW+"Type /nopvp for more info");
GiveMe Mod
Type /giveme itemid amount
and get that item and amount.
For example, "/giveme 5 10" will give you 5 wooden planks
Script ID: 21894
version = "v0.1";var itemId2;function procCmd(cmd) {if(cmd=="givemeinfo"){clientMessage("\n"+ChatColor.BLUE+"GiveMe Mod "+version+"\n"+ChatColor.GREEN+"Created by MrMinecraftPE1\n"+ChatColor.YELLOW+"Type /giveme itemId amount")}else {var cmd2 = cmd.slice(0,6);if(cmd2=="giveme"){rawItems = cmd.slice(7);amount = rawItems.slice(-2);itemId = rawItems.search(" ");itemId2 = rawItems.slice(0,itemId);addItemInventory(itemId2, amount);clientMessage(ChatColor.YELLOW+"The GiveMe Mod just attempted to give you item(s)")}}}clientMessage(ChatColor.BLUE+"GiveMe Mod "+version+" is fully loaded\n"+ChatColor.YELLOW+"Type /givemeinfo for more info");
PlayerInfo Mod
See your coordinates, Id of item in hand,
and your player entity.
Just type "/playerinfo"
Script ID: 21896
version = "v0.1";function procCmd(cmd){if(cmd=="playerinfo"){clientMessage("\n"+ChatColor.GREEN+"PlayerInfo "+version+" "+ChatColor.BLUE+"by MrMineCraftPE1");var x = getPlayerX();var y = getPlayerY();var z = getPlayerZ();var item = getCarriedItem();var ent = getPlayerEnt();clientMessage(ChatColor.YELLOW+" X: "+x+"\n"+ChatColor.YELLOW+" Y: "+y+"\n"+ChatColor.YELLOW+" Z: "+z+"\n\n"); // CoordinatesclientMessage(ChatColor.RED+" Item In Hand(id): "+item+"\n");clientMessage(ChatColor.RED+" Player Entity: "+ent+"\n");}}clientMessage("\n"+ChatColor.BLUE+" PlayerInfo "+version+" by "+ChatColor.RED+"MrMinecraftPE1 \n"+ChatColor.YELLOW+" Loaded succesfully.\n"+ChatColor.YELLOW+" Type \"/playerinfo\" to see player info!");
ModPE MODS by MrMinecraftPE - iOS AND Android - [NoPvP Mod] [GiveMe Mod (get items in game!) ] [RestrictionsMod (No killing or b