Ryanch09's Avatar
Member
Level 12 Journeyman Modder
1

Forum Posts

1 - 20 of 24

    Ryanch09
    07/04/2013 6:07 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    In dynmap if you go into the folder dynmap/web/tiles you can simply delete the folder that's the name of your world and this should clear the map
    1
    Ryanch09
    07/04/2013 6:03 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    If you're talking about a 'donator' rank that people would purchase with real money, have buycraft execute the command '/eco give {player} 50000' or something like that.
    1
    Ryanch09
    07/03/2013 11:02 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    If the region they purchased is inside another region, for example the spawn region, make sure the srm region is a higher priority then the spawn region
    1
    Ryanch09
    07/03/2013 11:00 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Dude, listen to people, worldguard is the best, you won't find anything better, what's putting you off using it?
    1
    Ryanch09
    07/03/2013 10:43 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Pex 1.x works fine on 1.6, as the guy above me said, don't use 2.0, its completely different
    1
    Ryanch09
    07/03/2013 10:41 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    You should take this up on the bukkit forums here
    1
    Ryanch09
    06/29/2013 12:38 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Why are you bumping this? You got an answer...
    1
    Ryanch09
    06/29/2013 6:33 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    You need to get more info than that, is it a hosted server? If so, you should be able to get FTP access or something to the files on the server so we can look at the config files. Try posting your permissions file.
    1
    Ryanch09
    06/29/2013 6:31 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Nobody is going to put together a full PEX file with all that unless you pay them....just saying, you're as well off doing it yourself
    1
    Ryanch09
    06/29/2013 6:29 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Are you giving people your external ip address? The ip starting with 192.x.x.x is the internal IP address, and is only usable by people on the same network, if you want people on the internet to connect you need to give them your external IP, which can be found here
    1
    Ryanch09
    02/18/2013 9:45 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Are you buying a server or hosting it on your own computer? If its just for you and someone else and you'll be playing on the computer that its being hosted on i'd say about 2-3gb. But if the server is on a different PC or a server I doubt you'd need more than 768mb or maybe even less
    1
    Ryanch09
    02/18/2013 9:26 am
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    At the bit where you have

    g:towny_owner:
    - towny.*


    I think thats whats wrong, shouldn't it be:

    g:towny_owner:
    permissions:
    - towny.*
    1
    Ryanch09
    02/17/2013 4:34 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Try this:

    groups:
    Default:
    default: false
    permissions:
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Owner:
    default: false
    permissions:
    - -vanish.*
    - '*'
    inheritance:
    - admin
    info:
    prefix: '&4'
    build: true
    suffix: ''
    Viscount:
    default: false
    permissions:
    - vanish.'*'
    inheritance:
    - moderator
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&3[Viscount]'
    build: true
    suffix: ''
    Prince:
    default: false
    permissions:
    - server.reload
    - essentials.banip
    - vanish.'*'
    inheritance:
    - Yeoman
    - moderator
    info:
    prefix: '&0&l[&6Prince&0&l]'
    build: true
    suffix: ''
    King:
    default: false
    permissions:
    - '*'
    inheritance:
    - moderator
    info:
    prefix: '&6&l[King]'
    build: true
    suffix: ''
    Princess:
    default: false
    permissions:
    - '*'
    inheritance:
    - moderator
    info:
    prefix: '&d[Princess]'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Peasant:
    default: true
    permissions:
    inheritance:
    - default
    info:
    prefix: '&8[Peasant]'
    build: false
    suffix: ''
    Baron:
    default: false
    permissions:
    - essentials.mute
    - essentials.kick
    inheritance:
    - Yeoman
    info:
    prefix: '&b[Baron]'
    build: true
    suffix: ''
    Knight:
    default: false
    permissions: []
    inheritance:
    - Yeoman
    info:
    prefix: '&6&l[&4Knight&6&l]&7'
    build: true
    suffix: ''
    Emperor:
    default: false
    permissions:
    - '*'
    inheritance:
    - Yeoman
    - owner
    info:
    prefix: '&6&kii&6[&4Emperor&6]&kii'
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - essentials.gamemode
    inheritance:
    - Yeoman
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2[Architecture]&1'
    build: true
    suffix: ''
    Yeoman:
    default: false
    permissions:
    - essentials.spawn
    - essentials.sethome
    - essentials.home
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpadeny
    - essentials.pay
    - essentials.mail
    - essentials.tell
    - essentials.help
    - essentials.money
    - essentials.sell
    - essentials.afk
    - essentials.ignore
    - chestshop.shop.buy
    - chestshop.shop.sell
    - factions.admin
    - factions.autoclaim
    - factions.chat
    - factions.claim
    - factions.deinvite
    - factions.description
    - factions.disband
    - factions.help
    - factions.home
    - factions.invite
    - factions.join
    - factions.kick
    - factions.leave
    - factions.list
    - factions.map
    - factions.mod
    - factions.money.kit.standard
    - factions.noboom
    - factions.open
    - factions.owner
    - factions.ownerlist
    - factions.power
    - factions.power.any
    - factions.relation
    - factions.sethome
    - factions.show
    - factions.tag
    - factions.title
    - factions.version
    - factions.unclaim
    - factions.unclaimall
    inheritance:
    - default
    info:
    prefix: '&3[Yeoman]'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - essentials.gamemode
    - essentials.ban
    - essentials.kick
    - essentials.mute
    inheritance:
    - Yeoman
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Donator:
    default: false
    permissions:
    - Yeoman
    inheritance:
    - Yeoman
    info:
    prefix: '&e[Donor+]'
    build: true
    suffix: ''
    1
    Ryanch09
    02/17/2013 4:22 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Post it in code tags so we can see the spaces. Also, you only have one quotation mark after the Suffix tag at the bottom. It should be: Suffix: " "
    1
    Ryanch09
    02/17/2013 4:21 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    It depends on what router you have. You should check out this site: http://portforward.com/ it gives information on how to port forward for each router.
    1
    Ryanch09
    02/17/2013 3:58 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    _MoistHey guys.

    I really want to get my server public, but I cannot do it without permissions. I had PermissionsEx working perfectly fine, untill I added a plugin, then reloaded the server. I removed the plugin again, and reloaded it, but it is still broken, help?


    Post the error log and your permissions file
    1
    Ryanch09
    02/17/2013 3:49 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Can you post the permissions file in code tags so we can see the proper spacings?
    1
    Ryanch09
    02/17/2013 3:44 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Honghac04So there was a spam problem with my server and i found out the cause was essentials chat. I want to delete essentials chat but the other problem is that if i delet it the server wont have prefixes like [Member], [Buidler], [Moderator], etc. I just want to know if there is another plugin that can replace essentials chat? Or the plugin can just show the prefixes. thanks


    Perhaps you should take a look at HeroChat, its used on many servers and can do just what you asked plus more such as multiple chat channels and its extremely customisable.
    1
    Ryanch09
    02/17/2013 3:42 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    If you have a plugin like chestshop where players can set up their own shops you should sell things really high to encourage people to set up their own shops instead of buying expensively from the server, as for prices it depends with every servers economy. Set the prices at what you think is right and if players are getting money too easily up the prices. Its all about balancing things out so you are going to have to do some tweaking to get it to work for your server as no server is the same, so prices can't be the same
    1
    Ryanch09
    02/17/2013 3:38 pm
    Level 12 : Journeyman Modder
    Ryanch09's Avatar
    Use a whois website to get the ip address for the server and try putting the ip adress instead of the URL
    1

1 - 20 of 24

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome