如题,如何更改pvpgunplus插件
是进入文件夹更改还是jar里面更改?
我想改一下枪的名字和枪的威力
具体怎么更改求大神教导!!
小弟感激不尽~!
谢谢!
是进入文件夹更改还是jar里面更改?
我想改一下枪的名字和枪的威力
具体怎么更改求大神教导!!
小弟感激不尽~!
谢谢!
是服务器吗
Guy 发表于 2014-7-29 03:27
是服务器吗
是的!求大神指导,!!!
1.首先为了不出现格式错误要先下载Notepad++ http://www.pc6.com/softview/SoftView_13941.html2.然后打开PVPgun文件夹,在打开gun文件夹,里面的无格式文件就是枪文件,复制下来改个名,在用下载来的文件,打开。
//The Name of the Gun 枪的名字gunName=&eBarrett[威力/穿透]
//The Item ID of the GUN 枪的附体物品的ID
gunType=275
//The Item ID of the ammo that the gun uses 枪子弹的ID
ammoType=337
//The amount of ammo your gun needs 每次需要多少子弹
ammoAmtNeeded=1
//The delay (in ticks) before you can shoot again多少时间可以打出下一发
bulletDelayTime=20
//The reloading sound mechanism (NORMAL, PUMP, BOLT, INDIVIDUAL_BULLET) 装弹声音
reloadType=NORMAL
//The amount of bullets your gun fires per burst枪子弹的数量每破裂
roundsPerBurst=1
//The amount of bullet your gun fires in a group枪子弹的数量在一个组
bulletsPerClick=1
//The damage PER BULLET (20 damage = 10 hearts) 枪的伤害
gunDamage=18
//The amount of health subtracted from the player when hit (ignores armor)护甲穿透
armorPenetration=0
//The max distance the bullet will travel最远距离
maxDistance=512
//The speed of the bullet 子弹的速度
bulletSpeed=4
//The accuracy of the bullet (the lower, the better)子弹的准确性
accuracy=0.1
//The accuracy of the bullet when aimed in (The lower, the better)子弹的准确性瞄准
accuracy_aimed=0.035
//The accuracy of the bullet while crouched (the lower, the better)子弹的准确性而蹲
accuracy_crouched=0.05
//The amount of blocks a gun will push you back后坐力
recoil=0
//The amount of blocks a player hit by your gun will be blown back吹飞形式后坐力
knockback=0
//Whether or not your gun can aim开枪方式
canAimLeft=true左键
canAimRight=false右键
//Whether or not you gun can headshot 是否枪可以爆头
canHeadshot=true
//Whether or not your gun can aim with the left or right mouse瞄准的方式
canShootLeft=false左键
canShootRight=true右键
//The radius in which an explosion will reach在这爆炸半径将达到
explodeRadius=0
//The amount of damage an explosion will do损坏的数量会爆炸
explosionDamage=0
//The radius of fire that is created by a gun火焰半径
fireRadius=0
//The message displayed when you are out of ammo没子弹的提示
outOfAmmoMessage=Out Of Ammo!
//The message displayed when you do not have permission to fire a gun没限权的提示
permissionMessage=&cYou do not have permission to fire this gun!
//Whether or not you need to have permissions to fire a gun 是否需要给予限权
needsPermission=false
//The type of bullet fired (SNOWBALL, EGG, ARROW)子弹的样子
bulletType=SNOWBALL
//The sound(s) ALL played (at the same time) when a gun is fired (seperated by commas. NO SPACES) 枪的声音
gunSound=irongolem_hit,wither_shoot
//Whether or not a bullet has a smoke trail 烟雾
hasSmokeTrail=false
//The volume of the gun (between 0 and 2) 枪的体积
gunVolume=1.5
//Clip information
hasClip=true 需要弹夹
maxClipSize=5 弹夹大小
reloadGunOnDrop=true 需要填装子弹
reloadTime=85填装时间
//Whether or not the guns sound is local to the client or global
localGunSound=false
//The Name of the Gun 枪的名字gunName=&eBarrett[威力/穿透]
//The Item ID of the GUN 枪的附体物品的ID
gunType=275
//The Item ID of the ammo that the gun uses 枪子弹的ID
ammoType=337
//The amount of ammo your gun needs 每次需要多少子弹
ammoAmtNeeded=1
//The delay (in ticks) before you can shoot again多少时间可以打出下一发
bulletDelayTime=20
//The reloading sound mechanism (NORMAL, PUMP, BOLT, INDIVIDUAL_BULLET) 装弹声音
reloadType=NORMAL
//The amount of bullets your gun fires per burst枪子弹的数量每破裂
roundsPerBurst=1
//The amount of bullet your gun fires in a group枪子弹的数量在一个组
bulletsPerClick=1
//The damage PER BULLET (20 damage = 10 hearts) 枪的伤害
gunDamage=18
//The amount of health subtracted from the player when hit (ignores armor)护甲穿透
armorPenetration=0
//The max distance the bullet will travel最远距离
maxDistance=512
//The speed of the bullet 子弹的速度
bulletSpeed=4
//The accuracy of the bullet (the lower, the better)子弹的准确性
accuracy=0.1
//The accuracy of the bullet when aimed in (The lower, the better)子弹的准确性瞄准
accuracy_aimed=0.035
//The accuracy of the bullet while crouched (the lower, the better)子弹的准确性而蹲
accuracy_crouched=0.05
//The amount of blocks a gun will push you back后坐力
recoil=0
//The amount of blocks a player hit by your gun will be blown back吹飞形式后坐力
knockback=0
//Whether or not your gun can aim开枪方式
canAimLeft=true左键
canAimRight=false右键
//Whether or not you gun can headshot 是否枪可以爆头
canHeadshot=true
//Whether or not your gun can aim with the left or right mouse瞄准的方式
canShootLeft=false左键
canShootRight=true右键
//The radius in which an explosion will reach在这爆炸半径将达到
explodeRadius=0
//The amount of damage an explosion will do损坏的数量会爆炸
explosionDamage=0
//The radius of fire that is created by a gun火焰半径
fireRadius=0
//The message displayed when you are out of ammo没子弹的提示
outOfAmmoMessage=Out Of Ammo!
//The message displayed when you do not have permission to fire a gun没限权的提示
permissionMessage=&cYou do not have permission to fire this gun!
//Whether or not you need to have permissions to fire a gun 是否需要给予限权
needsPermission=false
//The type of bullet fired (SNOWBALL, EGG, ARROW)子弹的样子
bulletType=SNOWBALL
//The sound(s) ALL played (at the same time) when a gun is fired (seperated by commas. NO SPACES) 枪的声音
gunSound=irongolem_hit,wither_shoot
//Whether or not a bullet has a smoke trail 烟雾
hasSmokeTrail=false
//The volume of the gun (between 0 and 2) 枪的体积
gunVolume=1.5
//Clip information
hasClip=true 需要弹夹
maxClipSize=5 弹夹大小
reloadGunOnDrop=true 需要填装子弹
reloadTime=85填装时间
//Whether or not the guns sound is local to the client or global
localGunSound=false
Guy 发表于 2014-7-29 15:38
1.首先为了不出现格式错误要先下载Notepad++ http://www.pc6.com/softview/SoftView_13941.html2.然后打开P ...
谢谢啊!
Guy 发表于 2014-7-29 17:38
1.首先为了不出现格式错误要先下载Notepad++ http://www.pc6.com/softview/SoftView_13941.html2.然后打开P ...
麻烦问一下,那个PVPgunPlus插件的jar里面是不是改不了的,换句话说是不是只能改那个文件夹才会生效