Jump to content

Jimtanis

Members
  • Posts

    4
  • Joined

  • Last visited

About Jimtanis

  • Birthday 01/01/1977

Jimtanis's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Thank you for your useful reply. I do appreciate it. I'd still love to see a sample permissions file, but haven't found one. Perhaps my Google skills aren't as amazing as I thought. My assumption (which sounds like it is wrong) was that the permissions.yml file can be used to allow and restrict commands. It clearly works with Bukkit. I understand what you are saying about all the other mods as each is it's own entity and may each have it's own setup. My goals were 1) Restrict New Default users giving them limitied access to commands. (think I have this covered) 2) Setup a Moderator Jr. type position that would allow the user to use the /give command for certain items, perhaps the ability to teleport, and some of the basic bukkit or minecraft commands. I was thinking a sample permissions.yml file would show me what may be possible or not and also allow me to see which mods are using the permissions.yml and which are not (meaning they may need to be configured elsewhere). It may also help me with node names. If someone has a sample, that would be great. The basic samples I've seen on websites don't go far enough. Also, anyone know how to remap the "/" backslash key? In minecraft 1.4.x I can do it within the interface. It appears back at Minecraft 1.2.5 it is not available. I tried also taking the one line key mapping from 1.4.x and tried dropping in the corresponding file for my tekkit install. key_key.command:46 is what I put it. It seems to erase and ignore it.
  2. I'm trying to figure out if I can remap my command key "/" to something else. I can do it in the current minecraft version, but it appears that option isn't available in 1.2.5 which Tekkit is using. I'm guessing there is a config file I can tweak. Edit: Changed slash to backslash.
  3. I'm somewhat familiar with how the permissions work in a permissions.yml file. What I don't know is the name of all the nodes I may need/want to include in there. I'd love it is someone could provide a working permissions.yml file that is setup specifically for Tekkit and it's 42 mods. I realize, it won't contain information for all the mods, but hopefully will be enough to get me rolling. Also, if I wanted to grant someone basic permissions from Mincraft.jar on the Tekkit server, how would I do that. groups: default: permissions: permissions.build: false admin: permissions: permissions.*: true inheritance: - mod mod: permissions: permissions.*:true minecraft.tp: true (is this right for /tp in minecraft) tekkit.fly: true (is this right?) inheritance: -user user: permissions: permissions.build: true inheritance: - default For the above I'd like to give the mod group the ability to use minecraft's /tp command, and tekkit's /fly command (I'm assuming that command exisits...if not another will do). Again, ideally, I could get a detailed sample of the permissions.yml for tekkit.
×
×
  • Create New...