Plugin Help HomeSpawn all players issue

Discussion in 'Plugin Help/Development/Requests' started by Scubadiving4food, Mar 2, 2015.

Thread Status:
Not open for further replies.
  1. Although the plugin Homespawn is "functional" on my server, only ops are able to access it. how do I allow all players to use /home commands?

    Here is the plugin.yml file if anyone needs it.



    name: Homespawn
    main: net.lapismc.HomeSpawn.HomeSpawn
    version: 1.0.8
    description: >
    The Basic Home And Spawn Plugin
    commands:
    home:
    description: Sends the player to the home they set with /sethome
    sethome:
    description: Sets your home so you can use /home to get back there
    delhome:
    description: Removes your home, this means you cant use /home untill you reset your home with /sethome
    spawn:
    description: Sends you to the place that spawn was set
    setspawn:
    description: Sets the spawn location for the server so you can use /spawn to get back there
    delspawn:
    description: Deleates the spawn location from file
    homespawn:
    description: Shows Plugin Infomation
    homeslist:
    description: Shows The Current Homes
    permissions:
    homespawn.*:
    description: Gives Access To All Commands
    children:
    homespawn.player: true
    homespawn.admin: true
    homespawn.player:
    descrition: Allows Player Commands
    default: false
    homespawn.admin:
    children:
    homespawn.player: true
    description: Allows ALL Commands
    default: true op
    homespawn.vip:
    children:
    homespawn.player: true
    default: true
     
  2. @Scubadiving4food First off, why don't you use essentials home? And second off, you need to add the permissions to the default rank. (something.something)
     
  3. Offline

    pie_flavor

    @Scubadiving4food In case noob's post confused you, you need to get a permissons plugin like GroupManager or PermissionsEx, and set up ranks.

    @NoobyServerOwner Because, that's why. Nobody is required to use any specific plugin over any other plugin, and you can't just say 'use a different plugin'. Essentials is a huge plugin, and maybe he has a smaller server.
     
Thread Status:
Not open for further replies.

Share This Page