Quantcast
Channel: SpigotMC - High Performance Minecraft
Viewing all 128654 articles
Browse latest View live

Spigot/Bukkit.yml Autosave not working

$
0
0
As the title says spigot/Bukkit.yml autosave is not working. The internal autosaving option is not working, or at least does not output any message neither in chat or in console. I set autosave to 500 in Bukkit.yml just for testing purposes. Then i used save-on in console. No messages are coming.

Cannot load shopkeepers 2.6.0

PermissionsEx MySQL setup?

$
0
0
Hey there, I wanted to use PermissionsEx so I get the ranks on each server. So when I do '/pex user konsoler group set VIP' it will do it on all servers.

I need some help setting this up. I have setup the config like this

Code (Text):
multiserver:
  use-netevents: true
permissions:
  debug: false
  allowOps: false
  user-add-groups-last: false
  log-players: false
  createUserRecords: false
  backend: sql
  informplayers:
    changes: false
  basedir: plugins/PermissionsEx
  backends:
    sql:...
PermissionsEx MySQL setup?

WorldGuard: how can I check if player is in region?

$
0
0
Hi, I've been trying to solve this problem for a day now. Im trying to check if a player is inside a region. Here is my code:

Code (Text):
public boolean isInRegion(Player p) {
     
     
     
        for(ProtectedRegion r : WGBukkit.getRegionManager(p.getWorld()).getApplicableRegions(p.getLocation())) {
            for(String pvpRegions : plugin.pvpRegions) { //This loops through a list with regions it will ignore
                /*if(r.getId() == pvpRegions) {     //Line 24...
WorldGuard: how can I check if player is in region?

Need help on PVP Arena team

$
0
0
Guys. I want to create an arena that have 5 team and 1 team just have 4 player. I've research it for a week but no result. If anyone know please help me. Thanks <3

How would i go about increasing my ping...

$
0
0
So i'm making a plugin to fix "block lag" however in-order to induce block lag i need a high ping, this is somewhat difficult when i have 1ms to my local server.

Would anyone know how to do this? (Short of buying a server across the world)

Players can't build on my server even with essentials.build permission node.

$
0
0
Plugins (9): CratesPlus, PermissionsEx, WorldEdit, Vault, Essentials, EssentialsSpawn, EssentialsChat, WorldGuard, ASkyBlock
My sister came onto my server to help me test ranks, and then we found out that she can't build without OP and I tried adding permission node essentials.build and modifyworld.*, but to no prevail. She still couldn't build.

I need help making this work!

$
0
0
on mine of coal ore:
set event-block to air
add 1 coal to player's inventory

Is there a way to make this work in a worldguard region?

FeatherBoard Placeholders Not Working

$
0
0
Config:
https://pastebin.com/fpUsmER5
Result:
[​IMG]
The PAPI Placeholder didn't work and the MVdW Placeholder didn't work for Island Level and the date is not even showing. I have the PAPI extensions installed for server and askyblock.

Moving entity with passenger

$
0
0
Hello,

So I am making a plugin where something starts to move and some entities wich are rideable moving with it. However when there is a passenger on this entity it will stop teleporting. Is there a way to fix this?

Code (Text):
        for(Horse seats : bus) {
            Location eLoc = new Location(seats.getLocation().getWorld(), seats.getLocation().getX() + newLocX, seats.getLocation().getY(), seats.getLocation().getZ() + newLocZ);
            List<Entity> e = seats.getPassengers();...
Moving entity with passenger

Cast from String to UUID

$
0
0
Hi,
I would like to know how to cast from String to UUID ?
Thank you :)

Repairing glitch

$
0
0
hi im having a repair glitch and idk what is making this happen

it also happens when i drop and pick it up

1.13.2 - Custom Trees

$
0
0
Hi.

I want to create custom Trees.
New Trees, wich grow of an oak sappling, should be replaced with an schematic (or setting block manually with code).
Is there any event or possibility to do that?
Found no threads about that.

Thanks for all help

Worldedit armorstand issue

$
0
0
Hello all, I've recently made a build in worldedit with invisible armorstands but it cannot seem to paste it. I get this error:
Code (Text):
05.06 17:22:57 [Server] WARN Unknown entity when pasting schematic: armorstand
05.06 17:22:57 [Server] WARN Unknown entity when pasting schematic: armorstand
I'm using spigot version 1.13.2 paper-624.

Worldedit version: 7.0.0-beta-05;6bbf29b

Event to interact with a composter

$
0
0
Hey, I want to do things with a composter, and for this I need to get the states of the "levelled.class", but I really dont know how to get these. Any suggestions? Thanks so far!

Struggling with Simple /playsound

$
0
0
I have some plugins that executes command to the console when it's time to trigger some rewards. for example advanced achiviements, everytime i want to use
/playsound minecraft:entity.player.levelup voice %PLAYER% ~ ~ ~ 2 1.5
in console it says its to far away to be heard. but if i execute that ingame to play a sound on a player it works ok. Just happens when i try to playsound from console, Anyway.

Is there a way to playsound with a command from console to a player?

Preventing grass dropping seeds

$
0
0
I'm trying to prevent grass dropping seeds when broken but I'm being unsuccessful, I tried:

Code (Text):
on break of long grass or fern or double-long grass:
    set event-block to air
and
Code (Text):
on break of long grass or fern or double-long grass:
    cancel event
    set event-block to air
But they still drop seeds regardless, I don't know if it's just me but it seems like they do stop seed drop but if the player spams hold left-click on the grass, seeds will drop from time to time,...

Preventing grass dropping seeds

commands.yml Permissions?

$
0
0
Hi, I've recently played around with commands.yml and it is really useful!
The only problem is how do I make / use permissions for these commands?
I can use them as an OP but other people cannot use them.

(I'm using LuckPerms but I don't think that matters)

commands.yml:
command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:
- version $1-
b:
- kill @s

Perma banned owner of a premium plugin

$
0
0
Hey, sry if this is the false section but I think this could be the right xD.

So, what is when a author of a premium plugin is permaned banned from spigot mc?

In my case peoble can buy my favorite plugin but the original developer can't transfer it to a new developer... I think it would be better if the original author could transfer the plugin of a perma banned developer, to a new one... instead the plugin would dead because the banned one can't update/transfer it^^

So I mean it doesn´t...

Perma banned owner of a premium plugin

Get chunk from his coordinates

$
0
0
Hi,
I would like to get a Chunk from his coordinates.
I have chunk's coordinate (not player coordinates), but World#getChunkAt(int x, int z) is only for player coordinates.
Thank you :)
Viewing all 128654 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>