Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Reach

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
Hello,
can someone tell me how to modify the MC Range?

Greetings,
zZentoz
 
Just create a new Class and paste the Code there.
[HIDE]https://hastebin.com/ilodebifiv.java[/HIDE]

Then you go to PlayerControllerMP and replace the
Code:
getBlockReachDistance()
with this.

[HIDE]https://hastebin.com/luxefetame.cs[/HIDE]

In your ModuleBase you have to create a Method
Code:
    public void onReach(EventReach e) {}

[HIDE]
@EventTarget
public void onReach(ReachEvent e)
{
e.setReach((float)Natveq.setmgr.getSettingByName("Range").getValDouble());
} [/HIDE]

This you have to paste in your RangeModule
 
Last edited by a moderator:
Just create a new Class and paste the Code there.
***Hidden content cannot be quoted.***

Then you go to PlayerControllerMP and replace the
Code:
getBlockReachDistance()
with this.

***Hidden content cannot be quoted.***

In your ModuleBase you have to create a Method
Code:
    public void onReach(EventReach e) {}

***Hidden content cannot be quoted.***

This you have to paste in your RangeModule
might wanna fix your links
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top