Server name ideas?

Are you new to setting up a server and need a bit of pointing in the right direction? This is the place to be.

Post Permalink
by bobiscool59 » 6/2/2012

I'm starting a server and I'd like to have some cool ideas for a name. I'd like the name to be somewhat original (meaning I don't want a name like SomethingCraft). My server is a server with a bunch of different maps, one for PvP, one for survival, one for creative, one for redstone, etc.

If you have an idea for a good name post below!
Thanks.
Level 1
New Blockhead
Posts: 136
Joined: 3/2/12

Post Permalink
by bobiscool59 » 6/2/2012

Bump
Level 1
New Blockhead
Posts: 136
Joined: 3/2/12

Post Permalink
by FireProduction » 6/2/2012

Hm. I guess everyone would have their one personal preference. How about something like 'Valley Of Worlds' or something. Also, if you need any help/assistance with Permissions/plugins i can help. If not then i hope my name idea helped some.

Just some proof i can write working permissions. An old permissions file from awhile ago when i ran my last server (Smaller Server)
Code: Select all
groups:
  Guest:
    default: true
    permissions:
    - essentials.motd
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - -bukkit.command.kill
    inheritance: []
    info:
      prefix: '&e[G]'
      build: false
      suffix: ''
  Member:
    default: false
    permissions:
    - essentials.spawn
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.help
    - essentials.helpop
    - essentials.afk
    - essentials.who
    - essentials.motd
    - essentials.rules
    - essentials.ping
    - essentials.sethome
    - essentials.home
    inheritance: []
    info:
      prefix: '&2[M]'
      build: true
      suffix: ''
  Trusted:
    default: false
    permissions:
    - essentials.spawn
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.help
    - essentials.helpop
    - essentials.afk
    - essentials.who
    - essentials.motd
    - essentials.rules
    - essentials.ping
    - essentials.sethome
    - essentials.home
    inheritance: []
    info:
      prefix: '&a[T]'
      build: true
      suffix: ''
  Mod:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:essentials_moderator
    - g:bukkit_moderator
    - g:towny_moderator
    info:
      prefix: '&5[Mod]'
      build: true
      suffix: ''
  Admin:
    default: false
    permissions:
    - essentials.*
    - groupmanager.*
    - worldedit.*
    - worldguard.*
    inheritance:
    - moderator
    - g:essentials_admin
    - g:bukkit_admin
    - g:towny_admin
    info:
      prefix: '&3[Admin]'
      build: true
      suffix: '&4'
  Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
      prefix: '&4[Owner]'
      build: true
      suffix: ''
VentriloX Public Community Gaming Ventrilo:
Chicago Server: vent.ventrilox.com Port: 4936
Dallas Server: tx.ventrilox.com Port: 1234
Register: http://tinyurl.com/vtxregisterhere
Private Channel Request: http://tinyurl.com/vtxchannelrequest
Level 1
New Miner
Posts: 51
Joined: 12/10/11

Post Permalink
by bobiscool59 » 6/2/2012

FireProduction wrote:Hm. I guess everyone would have their one personal preference. How about something like 'Valley Of Worlds' or something. Also, if you need any help/assistance with Permissions/plugins i can help. If not then i hope my name idea helped some.

Just some proof i can write working permissions. An old permissions file from awhile ago when i ran my last server (Smaller Server)
Code: Select all
groups:
  Guest:
    default: true
    permissions:
    - essentials.motd
    - essentials.spawn
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - -bukkit.command.kill
    inheritance: []
    info:
      prefix: '&e[G]'
      build: false
      suffix: ''
  Member:
    default: false
    permissions:
    - essentials.spawn
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.help
    - essentials.helpop
    - essentials.afk
    - essentials.who
    - essentials.motd
    - essentials.rules
    - essentials.ping
    - essentials.sethome
    - essentials.home
    inheritance: []
    info:
      prefix: '&2[M]'
      build: true
      suffix: ''
  Trusted:
    default: false
    permissions:
    - essentials.spawn
    - essentials.msg
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.help
    - essentials.helpop
    - essentials.afk
    - essentials.who
    - essentials.motd
    - essentials.rules
    - essentials.ping
    - essentials.sethome
    - essentials.home
    inheritance: []
    info:
      prefix: '&a[T]'
      build: true
      suffix: ''
  Mod:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:essentials_moderator
    - g:bukkit_moderator
    - g:towny_moderator
    info:
      prefix: '&5[Mod]'
      build: true
      suffix: ''
  Admin:
    default: false
    permissions:
    - essentials.*
    - groupmanager.*
    - worldedit.*
    - worldguard.*
    inheritance:
    - moderator
    - g:essentials_admin
    - g:bukkit_admin
    - g:towny_admin
    info:
      prefix: '&3[Admin]'
      build: true
      suffix: '&4'
  Owner:
    default: false
    permissions:
    - '*'
    inheritance:
    - admin
    info:
      prefix: '&4[Owner]'
      build: true
      suffix: ''

That's a cool name, and thanks for the offer on writing the permissions, but 1. We are using PermissionsEx, not GroupManager, and 2. I think I can manage the permissions. Thanks anyways.
Level 1
New Blockhead
Posts: 136
Joined: 3/2/12


Return to Server Help