Kenta7777 Posted May 19, 2012 Posted May 19, 2012 Hello, i'm a french and I am the creator of the first server tekkit serious French speaker. I begin and I need help I want that certain groups of players cannot use certain object of EE. I read many topic on this subject but I was not understand everything. When i use modifyworld, the quarry don't works and it's a big problem Here is my permissions.yml : groups: Visiteur: prefix: '&0(&3Vagabond&0)&f ' default: true permissions: - modifyworld.chat - multiverse.access.* - multiverse.portal.access.* Citoyen: prefix: '&0(&aCitoyen&0)&f ' inheritance: - Visiteur permissions: - modifyworld.* - multiverse.access.* - multiverse.portal.access.* - commandbook.spawn - commandbook.motd - commandbook.intro - commandbook.rules - commandbook.time.check - commandbook.say.me - commandbook.msg - ChestShop.shop.buy - ChestShop.shop.sell - iConomy.holdings - iConomy.payment - commandbook.home.teleport - commandbook.home.set - ChestShop.shop.sell - ChestShop.shop.buy - simpleregionmarket.buy Vip: prefix: '&0(&6V.I.P&0)&f ' inheritance: - Citoyen permissions: - worldedit.navigation.jumpto - magiccarpet.mc - magiccarpet.ml - choptree.chop Gold: prefix: '&0(&6Gold&0)&f ' inheritance: - Citoyen permissions: - commandbook.teleport - commandbook.heal Modo: prefix: '&0(&9Moderateur&0)&f ' inheritance: - Gold default: false permissions: - '*' Admin: prefix: '&0(&4Administrateur&0)&f ' inheritance: - Modo default: false permissions: null I would like to use a plugin as RecipeManager but I do not find ID of objects and I does not understand how it works (There is no example) What is the best solution? Thank you very much for your help and the time when you me dedicated. Kenta, Admin In Technicraft French
Stormburn Posted May 20, 2012 Posted May 20, 2012 First of all, you may want to remove that signature. Secondly, aside from explaining your poor grammar which is making it difficult to figure out exactly what you want/what your problem is, what does being French have to do with anything here?
j2ther Posted May 20, 2012 Posted May 20, 2012 Using google translate so here it goes ... Each mod pack acts like its own user and needs to be given permissions in PEX. So for example to allow quarries to work you would need to give the user [buildCraft] the permission modifyworld.* As for disabling items in EE, just go to your servers root directory and find the "mod_EE.props" file. Open the file and find the items you want to disable, change their numbers to 0 then save. After that restart your server and they should be disabled. Google Translated to french Each mod pack agit comme son propre utilisateur et doit être donnée autorisations en PEX. Ainsi, par exemple pour permettre à des quarries à travailler vous devez donner à l'utilisateur [buildCraft] modifyworld.* Quant à la désactivation des éléments dans l'EE, allez simplement dans votre répertoire racine des serveurs et de trouver le "mod_EE.props" fichier. Ouvrez le fichier et trouver les éléments que vous souhaitez désactiver, changer leurs numéros à 0 puis sur Enregistrer and redémarrage
Sal Paradise Posted May 20, 2012 Posted May 20, 2012 Si c'est seulement quelques passages courtes que tu ne comprends pas, envoie moi une pm avec le texte en anglais et je te fais la traduction... Google n'est pas toujours tres precis, surtout quand ca concerne des choses plutot techniques...
Kenta7777 Posted May 20, 2012 Author Posted May 20, 2012 I'm so stupid ... I didn't see the files "mod_EE.props" in my server. For PermissionsEx, i must do this ? : [buildcraft]: group: - Buildcraft groups: Buildcraft: prefix: '&0(&Buildcraft&0)&f ' default: true permissions: - modifyworld.* Is it good ? Thanks for your help and sorry for my english.
Kenta7777 Posted May 20, 2012 Author Posted May 20, 2012 Finaly I use modify world but it does not works. My permissions.yml : users: [buildcraft]: group: - Buildcraft Kenta7777: group: - Admin groups: Visiteur: prefix: '&0(&3Vagabond&0)&f ' default: true permissions: - modifyworld.chat - multiverse.access.* - multiverse.portal.access.* Citoyen: prefix: '&0(&aCitoyen&0)&f ' inheritance: - Visiteur permissions: - modifyworld.* - multiverse.access.* - multiverse.portal.access.* - commandbook.spawn - commandbook.motd - commandbook.intro - commandbook.rules - commandbook.time.check - commandbook.say.me - commandbook.msg - ChestShop.shop.buy - ChestShop.shop.sell - iConomy.holdings - iConomy.payment - treeassist.replant - commandbook.home.teleport - commandbook.home.set - -modifyworld.blocks.place.156 - -modifyworld.blocks.place.27270 - -modifyworld.blocks.place.27271 - -modifyworld.blocks.place.27272 - -modifyworld.blocks.place.27273 - -modifyworld.blocks.place.27274 - -modifyworld.blocks.place.27275 - -modifyworld.blocks.place.27276 - -modifyworld.blocks.place.27277 - -modifyworld.blocks.place.27278 - -modifyworld.blocks.place.27279 - -modifyworld.blocks.place.27280 - -modifyworld.blocks.place.27281 - -modifyworld.blocks.place.27282 - -modifyworld.blocks.place.27287 - -modifyworld.blocks.place.27288 - -modifyworld.blocks.place.27289 - -modifyworld.blocks.place.27290 - -modifyworld.blocks.place.27291 - -modifyworld.blocks.place.27292 - -modifyworld.blocks.place.27299 - -modifyworld.blocks.place.27300 - -modifyworld.blocks.place.27308 - -modifyworld.blocks.place.27309 - -modifyworld.blocks.place.27310 - -modifyworld.blocks.place.27311 - -modifyworld.blocks.place.27312 - -modifyworld.blocks.place.27313 - -modifyworld.blocks.place.27314 - -modifyworld.blocks.place.27316 - -modifyworld.blocks.place.27317 - -modifyworld.blocks.place.27318 - -modifyworld.blocks.place.27327 - -modifyworld.blocks.place.27328 - -modifyworld.blocks.place.27332 - -modifyworld.blocks.place.27333 - -modifyworld.blocks.place.27334 - -modifyworld.blocks.place.27337 - -modifyworld.blocks.place.46 Vip: prefix: '&0(&6V.I.P&0)&f ' inheritance: - Citoyen permissions: - worldedit.navigation.jumpto - magiccarpet.mc - magiccarpet.ml - choptree.chop Gold: prefix: '&0(&6Gold&0)&f ' inheritance: - Citoyen permissions: - commandbook.teleport - commandbook.heal Modo: prefix: '&0(&9Moderateur&0)&f ' inheritance: - Gold default: false permissions: - '*' Admin: prefix: '&0(&4Administrateur&0)&f ' inheritance: - Modo default: false permissions: - '*' Buildcraft: prefix: '&0(&Buildcraft&0)&f ' default: true permissions: - modifyworld.* - '*' My permissions config : permissions: backend: file backends: file: file: permissions.yml superperms: enable: true strict-mode: false parent-nodes: true createUserRecords: false basedir: plugins/PermissionsEx debug: false allowOps: false log-players: false My modify world config : informPlayers: false enable: true itemRestrictions: false messages: prohibitedItem: You have prohibited item "%s". whitelistMessage: You are not allowed to join this server. Goodbye! permissionDenied: Sorry, you don't have enough permissions whitelist: You are not allowed to join this server. Goodbye! whitelist: false use-material-names: true check-metadata: true item-use-check: true drop-restricted-item: false But the players can use TnT ( ID= 46 ) and others limit items. And my mod_EE.props : CondenserGUI=141 CollectorGUI=142 Collector2GUI=143 Collector3GUI=144 AlchChestGUI=145 DMFurnaceGUI=146 RMFurnaceGUI=147 RelayGUI=148 Relay2GUI=149 Relay3GUI=150 AlchBagGUI=151 TransmutationGUI=152 PortableTransmutationGUI=153 PortableCraftingGUI=154 PedestalGUI=155 MercurialGUI=156 ExtraKey=46 ChargeKey=47 ToggleKey=34 ReleaseKey=19 BlockEEStone=128 BlockEEPedestal=129 BlockEEChest=130 BlockEETorch=131 BlockEEDevice=132 ItemPhilStone=27270 ItemCatalystStone=27271 ItemBaseRing=27272 ItemSoulStone=27273 ItemEvertide=27274 ItemVolcanite=27275 ItemAttractionRing=27276 ItemIgnitionRing=27277 ItemGrimarchRing=27278 ItemHyperkineticLens=27279 ItemSwiftWolfRing=27280 ItemHarvestRing=27281 ItemWatchOfTime=27282 ItemAlchemicalCoal=27283 ItemMobiusFuel=27284 ItemDarkMatter=27285 ItemCovalenceDust=27286 ItemDarkPickaxe=27287 ItemDarkSpade=27288 ItemDarkHoe=27289 ItemDarkSword=27290 ItemDarkAxe=27291 ItemDarkShears=27292 ItemDarkHammer=27299 ItemDarkMatterArmor=27293 ItemDarkMatterHelmet=27294 ItemDarkMatterGreaves=27295 ItemDarkMatterBoots=27296 ItemEternalDensity=27297 ItemRepairCharm=27298 ItemHyperCatalyst=27300 ItemKleinStar=27301 ItemKleinStar2=27302 ItemKleinStar3=27303 ItemKleinStar4=27304 ItemKleinStar5=27305 ItemKleinStar6=27335 ItemAlchemyBag=27306 ItemRedMatter=27307 ItemRedPickaxe=27308 ItemRedSpade=27309 ItemRedHoe=27310 ItemRedSword=27311 ItemRedAxe=27312 ItemRedShears=27313 ItemRedHammer=27314 ItemAeternalisFuel=27315 ItemRedKatar=27316 ItemRedMace=27317 ItemZeroRing=27318 ItemRedMatterArmor=27319 ItemRedMatterHelmet=27320 ItemRedMatterGreaves=27321 ItemRedMatterBoots=27322 ItemRedMatterArmorP=27323 ItemRedMatterHelmetP=27324 ItemRedMatterGreavesP=27325 ItemRedMatterBootsP=27326 ItemMercurialEye=27327 ItemArcaneRing=27328 ItemDiviningRod=27329 ItemBodyStone=27332 ItemLifeStone=27333 ItemMindStone=27334 ItemTransTablet=27336 ItemVoidRing=27337 machineFactor=4 ItemAlchemyTome=27338 AllowCollectors=1 AllowCondensers=1 AllowRelays=1 AllowChests=1 AllowPedestals=1 AllowFurnaces=1 AllowInterdiction=1 AllowIgnition=0 AllowZeroRing=0 AllowSwiftWolf=0 AllowHarvestBand=0 AllowArcana=0 AllowArchangel=0 AllowVoidRing=0 AllowBlackHoleBand=0 AllowEternalDensity=1 AllowSoulstone=0 AllowBodystone=0 AllowLifestone=0 AllowMindstone=0 AllowRepair=1 AllowWatchOfTime=0 AllowMercurial=0 AllowDCatalyst=0 AllowHKLens=0 AllowHCLens=0 AllowDMTools=0 AllowRMTools=0 AllowAlchemyBags=1 AllowDMArmor=0 AllowRMArmor=0 AllowRMArmorPlus=0 AllowKleinStar=1 AllowEvertide=0 AllowVolcanite=0 AllowDiviningRod=1 AllowNovaC1=0 AllowNovaC2=0 AlternateRelayRecipe=0 And the player can craft the items with 0 ...
j2ther Posted May 23, 2012 Posted May 23, 2012 Here is an example of my Permissions yaml http://pastebin.com/GNDuv8pv Also your Negative permission nodes need to be ABOVE your positive nodes, for example the permission node "-modifyworld.blocks.place.46" needs to be above "modifyworld.*" Also give the Mods OP status, so for example in your console type "OP [buildCraft]"
Kenta7777 Posted May 23, 2012 Author Posted May 23, 2012 This config is it good ? : http://pastebin.com/h4Z5Fd0V
Kenta7777 Posted May 25, 2012 Author Posted May 25, 2012 i test and ... don't work the player can using the destruction catalyst for example :/
Miketheboss2304 Posted July 7, 2012 Posted July 7, 2012 Use the Worldedit that the guys has configured to work with Tekkit. It can block items but I can't block specific items with SubID's. To block items with SubID lets say I wana block the block breaker 150:7 but I don't want to block the other blocks which have the same ID ( ID:subID ) you have to use ModifyWorld. To use ModifyWorld with Tekkit items you need to put an "x" in front of the Item ID. modify.world.place.x150:7 Like this! By the Way I am Swiss French!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now