1. Welcome to the Brawl website! Feel free to look around our forums. Join our growing community by typing /register in-game!

Remove boats

Discussion in 'MC-WarZ' started by StrikerSly, Apr 14, 2017.

Thread Status:
Not open for further replies.
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...
  1. StrikerSly

    StrikerSly Well-Known Member

    Joined:
    Dec 8, 2014
    Messages:
    2,192
    Ratings:
    +745
    So boat glitching is a thing, and a team of 7 xrayers just did it at snow which is pretty sad that they cant win with numbers and hacks alone, so they need to glitch. Either find a way to fix the glitch, or remove boats.

    The glitch
    Place a BOAT ON LAND, YES ON LAND, AND IT GOES THROUGH BLOCKS WHEN YOU GET IN. IT MAKES ABSOLUTELY NO SENSE AND HAS KILLED US ON 2 SERVERS

    edit: if you're in macrobot530's team, dont waste your time on this thread
     
    • Like Like x 1
    • Agree Agree x 1
    #1 StrikerSly, Apr 14, 2017
    Last edited: Apr 14, 2017
  2. Onise

    Onise Member

    Joined:
    May 11, 2015
    Messages:
    42
    Ratings:
    +14
    I'll bet 10 dollars it won't be fixed within 2 months :wink:
     
    • Agree Agree x 1
  3. BeastyBoo

    BeastyBoo Insert custom title here

    Joined:
    May 10, 2015
    Messages:
    349
    Ratings:
    +21
    It's really simple to fix...

    legit took me 1 min to make and should work... :
    Code:
    @EventHandler
        public void onBoatClick(PlayerInteractEvent e){
            Player p = e.getPlayer();
           
            if(e.getAction() == Action.RIGHT_CLICK_BLOCK || e.getAction() == Action.RIGHT_CLICK_AIR){
                if(!(e.getClickedBlock().getType() == Material.WATER)){
                    e.setCancelled(true);
                }
            }
        }
     
    • Winner Winner x 3
    • MVP Honor MVP Honor x 1
  4. StrikerSly

    StrikerSly Well-Known Member

    Joined:
    Dec 8, 2014
    Messages:
    2,192
    Ratings:
    +745
    as long as xraybot530's team can't use it, idc the fix. just fix this brawl.
     
  5. Kelsang

    Kelsang Brawler

    Joined:
    Mar 2, 2014
    Messages:
    1,624
    Ratings:
    +595
    I mean, I think that boat glitching instead of being a one hour penalty, the penalty should be raised to 3 days for the first offense, 7 for the second, and it should cap there but stay there until the warning wears off. Also, I think that the offender's team should be ridealonged, the penalty being 1/3 of the glitcher's time. Also, mod+ should be able to kick the offenders and tp the person(s) who lost the loot and allow the effected to get their loot back.
     
  6. wtfhow

    wtfhow Member

    Joined:
    Nov 22, 2016
    Messages:
    59
    Ratings:
    +41
    Or.... It literally never gets fixed and you all continue to buy ranks. Which one requires less effort?
     
    • Agree Agree x 1
  7. Carnotauros

    Carnotauros Raid & Events Manager

    Joined:
    Jun 13, 2015
    Messages:
    1,496
    Ratings:
    +595
    Discord:
    Leon#9397
    HOW ARE YOU NOT DEV?
     
    • MVP Honor MVP Honor x 1
  8. BeastyBoo

    BeastyBoo Insert custom title here

    Joined:
    May 10, 2015
    Messages:
    349
    Ratings:
    +21
    Because I dont have a proper resume to apply with xP
     
  9. wisedragon47

    wisedragon47 Member

    Joined:
    Jan 14, 2015
    Messages:
    39
    Ratings:
    +4
    get one asap
     
    • Agree Agree x 1
  10. Thwer

    Thwer Well-Known Member

    Joined:
    Jan 25, 2014
    Messages:
    744
    Ratings:
    +114
    +1 brawl do something good
     
  11. ekali

    ekali Bannēd for DoX

    Joined:
    Nov 30, 2014
    Messages:
    827
    Ratings:
    +345
    problem is the warz code has some thick dust on it, which is why i hear devs having problems with changing/updating stuff

    still simple code though, they just need to find where to put it
     
  12. BeastyBoo

    BeastyBoo Insert custom title here

    Joined:
    May 10, 2015
    Messages:
    349
    Ratings:
    +21
    They could always just override different events changing their priority which might work, as well as it might break something else xP

    #RipBrawl
     
  13. chickenputty

    chickenputty License & registration?

    Joined:
    Jul 28, 2013
    Messages:
    7,724
    Ratings:
    +5,463
    Discord:
    Putty#9999
    "if(!(e.getClickedBlock().getType() == Material.WATER))"
    Pointless to have == and negation :confused:

    It was Easter weekend, yall need to chill.
    Fixed.
     
    • Like Like x 2
Loading...
Similar Threads Forum Date
Remove 21 and add solo option for warz MC-WarZ Jan 21, 2021
Remove all gamemodes that are dead and bring back wild west Off Topic Jan 12, 2021
Remove this lever, I dislike it MC-WarZ Nov 16, 2020
Idea Remove Cobwebs from Spooky Aquafus Flagroom Capture the Flag Oct 20, 2020
Denied Application Removed Denied Jun 18, 2020
Thread Status:
Not open for further replies.
Please be aware that this thread is more than 30 days old. Do not post unless the topic can still be discussed. Read more...