Hiya, this is a plugin that allows players to avoid touching when they try to hug other players. Just like back in 1.8
Known problems:
- none!
Upcoming features:
- Disable in worldguard regions
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
/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
- 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)
(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);
}
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.
The author reserves the right to make exceptions to this license.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.9, 1.10, 1.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.