Feature:
Example ItemOnJoin.yml
- No damage
- Perworld
- Permission: nodamge.allow.damage
- No hunger
- Perworld
- Permission: nodamge.allow.hunger
- No bad weather
- Perworld
- No explode
- No jump
- When players jump on the soil, the soil will not change into dirt.
- No fall
- Perworld
- You can set Y in the default configuration -7
- No craft
- Permission: nodamge.allow.crafting
- No place
- Perworld
- Permission: nodamge.allow.place
- No drop items
- Perworld
- nodamge.allow.drop
- No pickup items
- Perworld
- Permission: nodamge.allow.pickup
- No click block
- Perworld
- You can add a block in the configuration
- Permission: nodamge.allow.clickblock
- No creature
- Iron Golem
- Snow man
- Wither
- Or you can disable all
- Clear item when join game
- Clear potion when join game
- Block commands
- / ndmg blockcmd <add / remove / list>
- Permission: nodamge.allow.commands
- Force to spawn point
- Firework when join game
- Permission: nodamage.firework
- Speedwalk (0.0-1.0)
- Items when join game
- Items click / Cooldown
- set spawn point
- Join game Message
- Quit game Message
- Welcome Message
- Gamemode Default
- Set up with Gui
- support PlaceholderAPI
Example ItemOnJoin.yml
Spoiler: config.yml
Code (YAML):
JoinGame
:
JoinMessage : none
QuitMessage : none
WalkSpeed:
Enable : true
Speed : 0.7
WelcomeMessage:
Enable : true
Message :
- none
donthaveperm : '&cYou don''t have permission!'
PreventPlayers:
ClearItemsJoin : false
ClearEffectsJoin : false
Explode : true
JumpWheat : true
DefaultGamemode:
Enable : false
Mode : adventure
BadWeather:
Enable : true
Worlds : { }
Damage:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.damage
Worlds : [ ]
Hunger:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.hunger
Worlds : [ ]
Fall:
Enable : true
locY : -7
Worlds : { }
Crafting:
Enable : false
PermissionEnable : true
Permission : nodamge.allow.crafting
Worlds : { }
BlockPlace:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.place
Worlds : [ ]
ItemDrop:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.drop
Worlds : { }
PickupItems:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.pickup
Worlds : [ ]
Commands:
Enable : false
PermissionEnable : true
Permission : nodamge.allow.commands
Message : '&cyou don''t have permission!'
List : [ ]
ClickBlocks:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.clickblock
Worlds : [ ]
Blocks : { }
CreatureSpawn:
Snowman : false
Irongolem : false
Wither : false
all : false
Spawn:
Enable : true
ForceSpawnOnJoin : false
Firework:
Enable : true
Amount : 1
PermissionEnable : true
Permission : nodamage.firework
CommandEnable : true
CustomCommand : spawn
Message : none
loc:
world : world
x : 380.5990028305068
y : 64.0
z : 261.4220153052293
pitch : 2.8500006
yaw : 126.611176
JoinMessage : none
QuitMessage : none
WalkSpeed:
Enable : true
Speed : 0.7
WelcomeMessage:
Enable : true
Message :
- none
donthaveperm : '&cYou don''t have permission!'
PreventPlayers:
ClearItemsJoin : false
ClearEffectsJoin : false
Explode : true
JumpWheat : true
DefaultGamemode:
Enable : false
Mode : adventure
BadWeather:
Enable : true
Worlds : { }
Damage:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.damage
Worlds : [ ]
Hunger:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.hunger
Worlds : [ ]
Fall:
Enable : true
locY : -7
Worlds : { }
Crafting:
Enable : false
PermissionEnable : true
Permission : nodamge.allow.crafting
Worlds : { }
BlockPlace:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.place
Worlds : [ ]
ItemDrop:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.drop
Worlds : { }
PickupItems:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.pickup
Worlds : [ ]
Commands:
Enable : false
PermissionEnable : true
Permission : nodamge.allow.commands
Message : '&cyou don''t have permission!'
List : [ ]
ClickBlocks:
Enable : true
PermissionEnable : true
Permission : nodamge.allow.clickblock
Worlds : [ ]
Blocks : { }
CreatureSpawn:
Snowman : false
Irongolem : false
Wither : false
all : false
Spawn:
Enable : true
ForceSpawnOnJoin : false
Firework:
Enable : true
Amount : 1
PermissionEnable : true
Permission : nodamage.firework
CommandEnable : true
CustomCommand : spawn
Message : none
loc:
world : world
x : 380.5990028305068
y : 64.0
z : 261.4220153052293
pitch : 2.8500006
yaw : 126.611176
Spoiler: ItemJoin.yml
Code (YAML):
#
# Enable: false
# Lock: false
# slots:
# 0:
# display: '&aDisplay'
# item: '2:0:1' (id:data:amount)
# lore:
# - '&alore' (support placeholder api)
# onclick: 'console:say 1' (none, player, console)
# 1:
# display: '&aSkull'
# item: '397:3:1:%player%' (id:data:amount:playername)
# lore:
# - '&alore'
# onclick: 'none'(none, player, console)
# 5:
# display: '&bDiamond Blocks'
# item: '57:0:64'
# lore:
# - '&alore'
# onclick: 'console:say hi %player%'
Items:
Enable : true
Lock : false
PermissionMoveItem : nodamage.allow.lock
Cooldown : false
CooldownMessage : '&cwait &b %cooldown% &cseconds!'
slots : { }
# Enable: false
# Lock: false
# slots:
# 0:
# display: '&aDisplay'
# item: '2:0:1' (id:data:amount)
# lore:
# - '&alore' (support placeholder api)
# onclick: 'console:say 1' (none, player, console)
# 1:
# display: '&aSkull'
# item: '397:3:1:%player%' (id:data:amount:playername)
# lore:
# - '&alore'
# onclick: 'none'(none, player, console)
# 5:
# display: '&bDiamond Blocks'
# item: '57:0:64'
# lore:
# - '&alore'
# onclick: 'console:say hi %player%'
Items:
Enable : true
Lock : false
PermissionMoveItem : nodamage.allow.lock
Cooldown : false
CooldownMessage : '&cwait &b %cooldown% &cseconds!'
slots : { }
Spoiler: Images
![[IMG]](//proxy.spigotmc.org/4aa4c784b3788cf3ef1447eb317348907e595542?url=https%3A%2F%2Fimage.ibb.co%2FftmLgn%2Fnodamage2.jpg)
![[IMG]](//proxy.spigotmc.org/1600f739c12c5a9f847224548dbdfad2a09b02c3?url=https%3A%2F%2Fimage.ibb.co%2FiF5kE7%2Fnodamage1.jpg)
![[IMG]](//proxy.spigotmc.org/c796c8ac5e22a44e8789092dda712ba7fcfbe736?url=https%3A%2F%2Fimage.ibb.co%2FbC1QE7%2Fnodamage7.jpg)
![[IMG]](//proxy.spigotmc.org/f16eddc864c119e34beed67bf686b48e060070a5?url=https%3A%2F%2Fimage.ibb.co%2Ff7NnSS%2Fnodamage3.jpg)
![[IMG]](//proxy.spigotmc.org/3def5fbc3c80b2527f94388008accbd73875484f?url=https%3A%2F%2Fimage.ibb.co%2FhhGE7S%2Fnodamage4.jpg)
![[IMG]](//proxy.spigotmc.org/f5bbeff0f03d8e1a5623d3599606a37dac2f1646?url=https%3A%2F%2Fimage.ibb.co%2FjjB31n%2Fnodamage5.jpg)
![[IMG]](http://proxy.spigotmc.org/4aa4c784b3788cf3ef1447eb317348907e595542?url=https%3A%2F%2Fimage.ibb.co%2FftmLgn%2Fnodamage2.jpg)
![[IMG]](http://proxy.spigotmc.org/1600f739c12c5a9f847224548dbdfad2a09b02c3?url=https%3A%2F%2Fimage.ibb.co%2FiF5kE7%2Fnodamage1.jpg)
![[IMG]](http://proxy.spigotmc.org/c796c8ac5e22a44e8789092dda712ba7fcfbe736?url=https%3A%2F%2Fimage.ibb.co%2FbC1QE7%2Fnodamage7.jpg)
![[IMG]](http://proxy.spigotmc.org/f16eddc864c119e34beed67bf686b48e060070a5?url=https%3A%2F%2Fimage.ibb.co%2Ff7NnSS%2Fnodamage3.jpg)
![[IMG]](http://proxy.spigotmc.org/3def5fbc3c80b2527f94388008accbd73875484f?url=https%3A%2F%2Fimage.ibb.co%2FhhGE7S%2Fnodamage4.jpg)
![[IMG]](http://proxy.spigotmc.org/f5bbeff0f03d8e1a5623d3599606a37dac2f1646?url=https%3A%2F%2Fimage.ibb.co%2FjjB31n%2Fnodamage5.jpg)
Thanks 3,000 download
* 2,000 download
* 3,000 download
✘ 4,000 download
✘ 5,000 download
ขอบคุณมากสำหรับการดาวน์โหลดปลั๊กอินของฉัน
https://www.spigotmc.org/resources/preventplayer.54266/
https://www.spigotmc.org/resources/alertchat-no-lag-1-8-1-12.49707/
https://www.spigotmc.org/resources/...use-with-anti-hack-when-it-kick-player.45739/
https://www.spigotmc.org/resources/player-push.43559/
donate https://www.spigotmc.org/resources/alertchat-no-lag-1-8-1-12.49707/
https://www.spigotmc.org/resources/...use-with-anti-hack-when-it-kick-player.45739/
https://www.spigotmc.org/resources/player-push.43559/
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- 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.
noDamage A lot feature for Lobby System is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 8,590 times (via Spigot). Download it and open it directly in the game.