Multi world FTB

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Cheetohz

New Member
Jul 29, 2019
56
0
0
I'd like to set up multiple worlds on my server, where player states and inventories do not carry over to the other world. Essentially separate servers that can be teleported to within the same server. Curious if anyone has ever done this and what their thoughts are.

Such as one world for survival, and one world for creative, where people can't abuse creative mode and bring over illegitimate items, yet they can build cool cosmetic structures, or test their equipment before they accidentally destroy it in the real world.
 

Yeti

New Member
Jul 29, 2019
22
0
0
Whilst I haven't used it on FTB, there is a plugin called Multiverse 2 you could look at.... if you are any good at permissions (something that I've NEVER got my head round) I believe it caters exactly for your needs....
 

Cheetohz

New Member
Jul 29, 2019
56
0
0
Thanks for the response. did some research and it looks like I need MCPC+ to get and addons running. Can't seem to find any info on adding MCPC+ to my FTB server
 
  • Like
Reactions: Yeti

Jared39

New Member
Jul 29, 2019
125
0
0
Thanks for the response. did some research and it looks like I need MCPC+ to get and addons running. Can't seem to find any info on adding MCPC+ to my FTB server
MCPC is a complete ftbserver.jar replacement. Just delete your old .jar and put MCPC in.
 
  • Like
Reactions: Cheetohz

Cheetohz

New Member
Jul 29, 2019
56
0
0
I made an attempt to install a few mods. MCPC+, Essentials, PermissionsEx, and LWC.

LWC does not load. and permissions are not being assigned properly. Members of the "Member" group are not allowed to do anything.
Code:
groups:
  default:
    prefix: (Member)
    default: true
    permissions:
    - modifyworld.chat
    options:
      rank: '1000'
  Member:
    prefix: (Member)
    default: false
    permissions:
    - modifyworld.*
    options:
      rank: '900'
  Owner:
    prefix: '&cOwner'
    default: false
    permissions:
    - '*'
    options:
      rank: '1'
 

Jared39

New Member
Jul 29, 2019
125
0
0
I made an attempt to install a few mods. MCPC+, Essentials, PermissionsEx, and LWC.

LWC does not load. and permissions are not being assigned properly. Members of the "Member" group are not allowed to do anything.
Code:
groups:
  default:
    prefix: (Member)
    default: true
    permissions:
    - modifyworld.chat
    options:
      rank: '1000'
  Member:
    prefix: (Member)
    default: false
    permissions:
    - modifyworld.*
    options:
      rank: '900'
  Owner:
    prefix: '&cOwner'
    default: false
    permissions:
    - '*'
    options:
      rank: '1'
What error does it give for LWC? However, there is a custom version of LWC for MCPC that they ported. I have a direct download for it here: https://docs.google.com/file/d/0B4F_Bf6ekfCoQy05am55RnZqYWM/edit?usp=sharing

Are you using the Forge PermissionsEx on MCPC or is that the bukkit one?
 
  • Like
Reactions: Cheetohz

Cheetohz

New Member
Jul 29, 2019
56
0
0
What error does it give for LWC? However, there is a custom version of LWC for MCPC that they ported. I have a direct download for it here: https://docs.google.com/file/d/0B4F_Bf6ekfCoQy05am55RnZqYWM/edit?usp=sharing

Are you using the Forge PermissionsEx on MCPC or is that the bukkit one?

I felt this was best for the "tech support" section, as the original question has been resolved. If you'd like to follow the status of those issues, please follow this thread here.
http://forum.feed-the-beast.com/threads/ftb-ultimate-mcpc-lwc-and-essentials-protect-errors.27619/