现在通过当生物受伤时候给攻击的人发送一个信息。 @SubscribeEventpublicstaticvoidonLivingHurt(LivingHurtEvent event){if(event.getEntity()instanceofChicken){if(event.getSource().getEntity()instanceofPlayerplayer){if(player.getMainHandItem().getItem()==Items.STICK){player.sendSystemMessage(Component.litera...
spawn-animals=true #地图生成动物online-mode=false #正版模式 false=非正版 开启正版模式,只有正版玩家才能进入游戏pvp=true #允许PVP,即玩家互伤difficulty=2 #地图难度server-name=Test Server #服务器名称gamemode=0 #游戏模式,0=生存模式 1=创造模式max-players=15 #服务器人数限制spawn-monsters=true #地图...
[技术]关于存档文件..看到有吧友需要就开了个贴,主要研究存档中的文件和分享些技巧。需要的工具:(百度都可以搜到)NBTExplorer 2.8(任意一款NBT格式文件编辑器)HEdit(任意一款16进制编辑器,可以用其他的
public InteractionResultuse(BlockState state,Level level,BlockPos pos,Player player,InteractionHand hand,BlockHitResult result){if(!level.isClientSide()&&hand==InteractionHand.MAIN_HAND){level.setBlock(pos,state.cycle(LIT),3);}returnsuper.use(state,level,pos,player,hand,result);}// 该方法用于定...
The current set of experience achieved for the player. Type:number Notes: This property can throw errors when used. Methods addExperience addLevels getGameMode getItemCooldown getSpawnPoint getTotalXp playMusic playSound queueMusic resetLevel
PlayerSoundOptions ProjectileShootOptions RangeComparison RawMessage RawMessageScore RawText RGB RGBA ScoreboardObjectiveDisplayOptions ScriptEventMessageFilterOptions StructureCreateOptions StructurePlaceOptions TeleportOptions TitleDisplayOptions Vector2 Vector3 ...
Level.spawnMob(par1double, par2double, par3double, par4int, par5String);在指定坐标生成指定id指定皮肤的实体par1double为X坐标par2double为Y坐标par3double为Z坐标par4int为实体id(详见后面的实体id表)par5String为图片(在材质包的路径)Player类函数各种涉及玩家的函数Player.addItemCreativeInv(par1int, ...
SpawnPoint:BlockID —— 复活钻石ID〔教程|Teaching〕 下载插件并把插件拖进插件文件夹。运行一次服务端,然后修改配置文件 (如果需要修改的话)。再次运行服务端 (如果已经运行就跳过这一步)。使用/life spawn add 复活点名称 设定一个复活点。注:可设置多个复活点,死亡后会选择最近的一个复活点复活。教程就到...
例:(血量显示等大量单机mod导致的崩溃)--- Minecraft Crash Report ---// Oh - I know what I did wrong!Time: 15-1-20 下午7:21Description: Exception in server tick loopcpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMPat cpw.mods...
/eco give playername number可以给予玩家多少多少货币(管理员权限) /pay玩家向其他玩家支付货币 /sell玩家出售物品 更详细地使用应该要弄那些商店系统了,Residence领地插件购买地皮也需要用到Ess里的货币。 Residence领地插件的配置 在config.yml里可以把Language改为Chinese。