• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Search results

  1. PlanetJaniboy

    /fill and /clone command

    It would be so cool if you could add a /fill and a /clone command like in vanilla Minecraft. Maybe you could even choose between "blockupdate" and "no blockupdate" when you run /fill or /clone. This is really a missing feature, world edit isnt really good because 1. you cant choose a world and...
  2. PlanetJaniboy

    Heal players but op only gets saturation

    and you need to add in the first lines: cmd add heal let %pst% = playerstatus(%p%) cmd add heal if %pst%["op"] = %false% then message %p% you do not have permissions cmd add heal if %pst%["op"] = %false% then exit
  3. PlanetJaniboy

    Heal players but op only gets saturation

    cmd delete heal cmd create heal heal someone cmd add heal if varset(%args%[1]) = %false% then message %p% you need to choose a player! cmd add heal if varset(%args%[1]) = %false% then exit cmd add heal let %player% = %args%[1] cmd add heal if %player% notin onlineplayers() then message %p%...
  4. PlanetJaniboy

    inventory see

    yes, you insert the playernames. Or you change the second line with if playergroup(%p%) notin...
  5. PlanetJaniboy

    Changes of Pocketmine 4.0

    I have a small question. Why can not you upgrade to pmmp 7.0?
  6. PlanetJaniboy

    Changes of Pocketmine 4.0

    does that mean newer blocks and entities like mobs?
  7. PlanetJaniboy

    Changes of Pocketmine 4.0

    Can someone tell me what will be new in Pmmp 4.0? Are there mobs, new blocks or even redstone. I can`t wait for the release for leet anymore :D.
  8. PlanetJaniboy

    /tpa and /tpahere

    now I know what you meant. Thank you
  9. PlanetJaniboy

    /tpa and /tpahere

    I dont know what you mean exactly but when the tpa is older than 60 sec then you cant tp you anymore.
  10. PlanetJaniboy

    VoteParty

    nice work
  11. PlanetJaniboy

    /tpa and /tpahere

    this was hard work. Please do not say its your own work. it is very easy. with /tpdeny you can turn on/off tp request for yourself here is the link to pastebin: https://pastebin.com/QPKg05b9
  12. PlanetJaniboy

    replaceblock

    this command is an easy way to replace a block for example in a minigame. It is not for an manual use. cmd delete replaceblock cmd create replaceblock cmd add replaceblock #not for manual use cmd add replaceblock let %world% = %args%[1] cmd add replaceblock let %xr% = %args%[2] cmd add...
  13. PlanetJaniboy

    Trinkets

    What does this command do? I dont get it :D
  14. PlanetJaniboy

    better /afk command with nospam

    Show everybody that you are afk! If a error happens, do /afk reset cmd create afk Show everybody that you are afk cmd add afk if %args%[1] = ("reset") then goto 100 cmd add afk load %afk% cmd add afk if varset(%afk%[%p%]) then message %p% §cyou cant do /afk two times cmd add afk if...
  15. PlanetJaniboy

    Custom Enchanted Item Tags (GUI)

    is it possible to check the lore with an cmd? Like if playerhand(%p%) ...?
  16. PlanetJaniboy

    food command with 24 hours Cooldown

    I would be much better when you do it with %time%
  17. PlanetJaniboy

    simple stats command (simple use)

    This command can be used by everyone code: cmd create stats Stats of you or of another player cmd add stats let %player2% = onlineplayers(%args%[1]) cmd add stats if varset(%args%[1]) = %true% then goto 100 cmd add stats #let %leben1% = %health% cmd add stats #let %leben2% = int(1) cmd add...
  18. PlanetJaniboy

    Anvil GUI for players and for admin

    Is it possible to remove the old Item which is renamed?
  19. PlanetJaniboy

    gambling - commitment command

    Here is a commitment command. use /commitment <commitment>. When you win will you get twice the money back. cmd create commitment command by PlanetJaniboy25 cmd add commitment let %commitment% = %args%[1] cmd add commitment if varset(%args%[1]) = %false% then message %p% §cYou have to make a...