Level 1
New Crafter
0

Forum Posts

1 - 17 of 17

    MinecraftHosting
    04/12/2015 6:05 pm
    Level 1 : New Crafter
    Hey there!

    Are you also increasing the view distance on your client?
    Did you restart the server?

    ^S
    1
    MinecraftHosting
    03/28/2015 4:47 pm
    Level 1 : New Crafter
    Yes, forge mods should be installed on both the client and the server. This however excludes client mods (TMI, NEI, OptiFine, etc...). Those should only be installed on the client.

    Hope this helps!
    ^S
    1
    MinecraftHosting
    03/28/2015 4:44 pm
    Level 1 : New Crafter
    Hey there!

    How are you connecting?
    Where are you hosting the server?
    If it is home hosted is your firewall / router / modem configured correctly and have you port forwarded the server?

    Thanks!
    ^S
    1
    MinecraftHosting
    03/28/2015 4:41 pm
    Level 1 : New Crafter
    Hey there!

    Could you post your server startup / shutdown log (preferably on pastebin).
    If it is showing up red in the plugin list I doubt it would be a permissions error, but more likely something is actually going wrong at startup.

    Thanks!
    ^S
    1
    MinecraftHosting
    03/28/2015 5:41 am
    Level 1 : New Crafter
    I never stated that, I said that if you want a quick fix either WorldGuard or WorldEdit have an option to take away operator status from players once they join.
    I have plenty of experience with bukkit, spigot and both of those plugins as well.

    ^S

    Edit: The documentation on this feature can be found here.
    1
    MinecraftHosting
    03/28/2015 5:37 am
    Level 1 : New Crafter
    Hey there!

    Do you have the same mods installed on the client and the server?
    Do the mods work in singleplayer?

    Thanks
    ^S
    1
    MinecraftHosting
    03/28/2015 5:32 am
    Level 1 : New Crafter
    Hey there!

    Could you explain what you need exactly? It isn't really clear to me.

    Thanks!
    ^S
    1
    MinecraftHosting
    03/27/2015 5:58 am
    Level 1 : New Crafter
    Hey there!

    The autosmelt skript: http://pastebin.com/T6Fwa61R
    The permission is 'skript.autosmeltiron'
    The autoblock skript: http://pastebin.com/taKVqZuP
    The command is '/block', the permission is 'skript.block'

    For the autoinv Skript, you'll have to look at that yourself.

    ^S
    1
    MinecraftHosting
    03/27/2015 5:24 am
    Level 1 : New Crafter
    Hey there!

    Could you try removing MassiveCore & Parkour and checking if that fixes it?

    Thanks
    ^S
    1
    MinecraftHosting
    03/27/2015 5:11 am
    Level 1 : New Crafter
    Hi there,

    You state that you're running a 1.8 Minecraft server yet your Spigot reports that it's version is 1.7.9.

    I'd like you to check this in-game with /version for spigot and /version plotme for plotme. Report these results back here.

    -J
    1
    MinecraftHosting
    03/27/2015 4:53 am
    Level 1 : New Crafter
    Hey there!

    Is there any specific issue you are having with Multiverse that you do not want to use that? Personally we're using that on our server and it is working without a problem.

    If you are having issues getting it to work, I am willing to help you with it, just shoot me a message!
    ^S
    1
    MinecraftHosting
    03/26/2015 6:09 am
    Level 1 : New Crafter
    Hey there!

    This could easily be done with the Skript plugin. Skript allows you to create your own mini-plugins using just normal english (mostly)!

    If you need any help figuring Skript out (it can be quite complicated at first), I am willing to help you with this! Just shoot me a message!

    ^S
    1
    MinecraftHosting
    03/26/2015 5:51 am
    Level 1 : New Crafter
    A harddrive is a device in the machine that your server is running on. It's used to save everything that has to do with your server (the world, who joined, inventories!). If it is full it means there is no more space to save all of that and thus resulting in the server discarding that information, usually together with a message saying that the disk is full in the console.

    To solve the issue, you will need to remove some files from your server or if you are using a hostingcompany ask them to give you some more space for your server.

    Hope this helped!
    ^S
    1
    MinecraftHosting
    03/25/2015 3:25 pm
    Level 1 : New Crafter
    Hey there!

    Are the players in question actually given operator status? (They are in the ops.txt or ops.json file) or do they have access to all commands without being given operator status?
    Could you please send us your PermissionsEx permissions.yml file (uploaded on http://pastebin.com/ preferably) so we can check if something is wrong in there?
    Incase you need an immediate solution I think both WorldGuard & WorldEdit have the option to take operator status when a player joins, you could give that a try.

    Hope this helps! If you need more assistance please quote this message.

    -MinecraftHosting
    1
    MinecraftHosting
    03/25/2015 12:23 pm
    Level 1 : New Crafter
    Hey there!

    I don't know if it is a PMC formatting issue or maybe it is actually the cause of the problem but make sure you have indented all lines correctly
    From the Essentials Documentation (http://ess.khhq.net/wiki/Command_Reference/Kits)
    kits:
    <kit name>:
    delay: <delay between usage>
    items:
    - <item number> <amount> <meta>
    - <item number> <amount> <meta>


    Hope this fixes the issue.

    -MinecraftHosting
    1
    MinecraftHosting
    03/25/2015 12:16 pm
    Level 1 : New Crafter
    Hey there!

    We had this issue as well. For us the cause was a full harddrive, resulting in the server not being able to write your inventory to the disk anymore.
    If that's not the issue, it would be easier to help you if you post a full list of your plugins and your last server startup / shutdown log (please use http://pastebin.com/ or an alternative).

    If you need any more help, don't hesitate to ask!

    -MinecraftHosting
    1
    MinecraftHosting
    03/25/2015 6:08 am
    Level 1 : New Crafter
    Hey there!

    We've had this issue as well and spent quite some time trying to fix it.
    What we did is install CommandSync (http://www.spigotmc.org/resources/commandsync.115/).
    Then once it is configured and working you can issue "/sync console all pex reload" to send "/pex reload" to all the server consoles.
    If you are running Skript or anything like that you could even make an alias for "/sync console all pex" (we use "/spex") that would issue any pex command put after that to all server.

    if you want a more detailed description about how we did this just ask !

    Hope this helps!
    1

1 - 17 of 17

Welcome