Jump to content

BanditEagle

Member
  • Posts

    852
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by BanditEagle

  1. 1 hour ago, SavageCabage619 said:

    the thing is, force is not knockback and i dont think its exactly knockback 1000 more like knockback 10

    I don't know if there is a way to directly give a mob knockback 1000 so my best bet is using force. I suggest increasing the force a little so it's closer to knockback 1000. Maybe try like 10k or something?

  2. 1 hour ago, SavageCabage619 said:

    when mobs hit you, the mobs give you knockback like you are the one getting knocked

    I am not sure how well this will work, but there doesn't seem to be any errors with this. Try this and tell me.

    on damage:
      attacker is a mob
      victim is a player
      push victim backwards with force 1000

     

  3. 1 minute ago, Tarnerd said:

    well 1/49 of them are lol

    scaaaaaaaaaaaaaaaaaaaaaam. You boost your follower count. scaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaam

  4. Just now, Tarnerd said:

    I followed myself on it and left it for months and came back to it and got a notification for each one of my posts. 

    ah thats one way to do it lol

    wait u followed urself?? u dont have legit followers!!!! scam!!!!!!!!!!!!!

  5. 4 minutes ago, Tarnerd said:

    In one of my other Minehut accounts, I had like 1,000 notifications.

    wtf

     

    4 minutes ago, Tarnerd said:

    In one of my other Minehut accounts, I had like 1,000 notifications.

    how

  6. 2 minutes ago, Tarnerd said:

    not unless I lock it

     

    image.png.47f228df399f72d1d40bca53ef6ecfd9.png

    well.. 3 different times u abused ur powers for a joke? now this is some demotion-level threat.

    • Sad 1
  7. 24 minutes ago, AnimeDevil said:

    idk how to edit that tho 

    how do i make it summon lightning at my cursor instead of a fireball ?

    Use this format for summoning lightning:

    (create|strike) lightning([ ]effect|) %directions% %locations%

    hope it helps!

  8. 21 minutes ago, centralwtf said:

    on chat:
      loop all players:
        if message matches loop-player's name:
          wait 3 ticks
          play "ENTITY_EXPERIENCE_ORB_PICKUP" to loop-player at volume 1
          send title "&bSomeone just mentioned you!" with subtitle "&aGo check it out!" to loop-player for 1 second

    When I put this into a skript parser, it gave me the following error:

    Line 5: There's no loop that matches 'loop-player at volume 1' (script.sk, line 5: play "ENTITY_EXPERIENCE_ORB_PICKUP" to loop-player at volume 1')

    A simple way I fixed this was by doing the following:

    on chat:
      loop all players:
        set {_p} to loop-player
        if message matches {_p}'s name:
          wait 3 ticks
          play sound "ENTITY_EXPERIENCE_ORB_PICKUP" with volume 1 to {_p}
          send title "&bSomeone just mentioned you!" with subtitle "&aGo check it out!" to {_p} for 1 second

    You need to use the following format for sounds:

    play sound[s] %strings% [(in|from) %soundcategory%] [(at|with) volume %number%] [(and|at|with) pitch %number%] [(to|for) %players%]

    Hope this helps you out @Dieeeeeeeeeeeeee!

  9. 38 minutes ago, Lapzzo said:

    How r u guys doing.

    I'm doing good! How are you?

    (When I saw the title of the post, I just got the "Hi how are ya" clip from Spongebob in my head lol)

    clip: 

     

    • Like 1
  10. 27 minutes ago, Robotethanc said:

    a interesting plugin to me personally. i would like to do this with my friends as a fun experience. with a border set up it becomes a bit challenging. please can you add it, the link is here:

    This plugin seems to be native to 1.14 and does not seem to have any updates or versions for 1.16. If you know of any other plugins that work in version 1.16, please send the link to that one. Otherwise, Minehut won't be able to add it.

    • Like 1
  11. On 5/7/2021 at 9:03 AM, SuperSkier123 said:

    I know there are many plugins on Minehut, I just am looking for the one that meets my needs, and I don't fully know which one would be the best, so that is why I am asking!

    If what you are looking for are villager gui shop stuff, I suggest using the ShopKeepers plugin.

  12. 20 hours ago, YTKG said:

    How do you upload the world using file.io?

    it just gives me a link to redownload da file....

    ... :((

    @YTKG

    Here is my small guide on how to upload worlds:

    1) First off, make a zip containing all the files inside of the world folder. You can do this by selecting all the files and "archiving" or "zipping" all the files. Please be sure you don't name your world with any spaces.

    2) Upload the world zip to a file upload website. If your world is smaller than 100mb you can use file.io, otherwise we recommend you use Dropbox.

    3) Get the direct download link to the file. If you're using Dropbox you can get the share link, but you need to replace ?dl=0 with ?dl=1 at the end of the link. If you're using file.io remember that the download links can only be used once.

    4) Run the following command in your server:

    /ul world <worldname> <direct link>

    5) Once the world is uploaded, you can teleport to it using /worlds or /world [world name].

    PS: Keep in mind that If you are uploading a world, you need to make sure that the name of the world is unique in your file manager as if there are 2 different worlds with the same name it won't work. Also make sure that the file is not any larger than 500MB as that is the limit Minehut allows on worlds!

    Hope this helps!

  13. 4 hours ago, Toppan said:

    But, i tried  to go Support > FAQ .  And i see "Contact Support" button. But i don't think it is place to ask  my problem bcs i think Contact Support is to ask Server Problem.

    It's not only for server problems, but all of Minehut problems (to my knowledge). So, feel free to go and ask them about your issue.

  14. @turbogens the link you supplied with for mundoSK only supports versions upto 1.12. This means that it won't support Minehut's version of 1.16. And, it's not as easy as just copy-pasting the code so it fits 1.16, it requires a lot more work and generally is not worth the hastle.

    • Thanks 1
×
×
  • Create New...