HomeJavaModsNoCollide
NoCollide
Hiya, this is a plugin that allows players to avoid touching when they try to hug other players. Just like back in 1.8 :p

[​IMG]

Known problems:
- none!

Upcoming features:
- Disable in worldguard regions
Spoiler: Commands
/nocollide help | Prints the help
/nocollide list | Lists all the whitelisted world where nocollide operates
/nocollide add world | Add a world to the whitelist
/nocollide rm world | Remove a world from the whitelist
/nocollide toggleent| Toggle entities-passthru on and off
/nocollide whitelist | Toggle the whitelist on and off
Spoiler: default config.yml
World-Whitelist:
- world
- world_nether
- world_the_end
UseWhiteList: false
UsingTeams: true
usingProtocolLib: true
NoCollideAllEntities: false
Version: 1.9-3
Spoiler: Permissions
nocollide.op
(Permission to use the /nocollide command)
Spoiler: Using this plugin in other plugins
Code (Text):
> FIELD
static boolean NoCollide;

> ENABLE()
Plugin NoCollide = getServer().getPluginManager().getPlugin("NoCollide");
if(NoCollide != null && NoCollide.isEnabled()){
this.NoCollide = true;
}else{
  this.NoCollide = false;
}
> RANDOM TABLIST MODIFER METHOD
if(YOURCLASS.NoCollide && !NoCollide.getPlugin(NoCollide.class).shouldCollide(player)){
TEAM.setOption(Option.COLLISION_RULE, OptionStatus.FOR_OTHER_TEAMS);
}
 
Spoiler: License
NoCollide by alekso56 is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
The author reserves the right to make exceptions to this license.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

NoCollide is a free Minecraft Java mod. Compatible with Minecraft 1.9, 1.10, 1.11, 1.12 and newer. Downloaded 3,575 times (via Spigot). Download it and open it directly in the game.

Explore more