RockBaseFinder

Approved RockBaseFinder 1.0.2

No permission to download

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Jakkee submitted a new resource:

RockBaseFinder - Stand on top of a rock and type the command to be teleported into the rock! *Rcon Admin Only*

Description:
Easily get into a rock by standing on top and typing /down. *Rcon Admin Only*

Installation:
- Place into Fougerite folder
- Reload/restart the server
- Done

Commands:
/down (Sends you down)

Config:
Code:
[Config]

distance=2 // Change this to send how far down you'd like to go. Default is 2.
To do:
None, Tell me in the discussions.
Read more about this resource...
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
Does not work.

Code:
[IronPython] Error in plugin RockBaseFinder:
Traceback (most recent call last):
  File "<string>", line 15, in On_Command
TypeError: Multiple targets could match: int(type, IList[Byte]), int(type, objec
t), int(type, Extensible[float])
 

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
OK, the problem occurred because the Settings.ini was empty.


It must have an entry like:

[Config]
Distance=2

Please update the Settings.ini in the RAR-archive

I'm getting teleported into the rock but always again back to my original position. Why this?
 
Last edited:

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
OK, the problem occured because the Settings.ini was empy.


It must have an entry like:

[Config]
Distance=2

Please update the Settings.ini in the RAR-archive

I'm getting teleported in to the rock but always again back to my original position. Why this?
Change
Player.TeleportTo(Player.X, NewY, Player.Z)

to

Player.TeleportTo(Player.X, NewY, Player.Z, False)

Maybe It will fix It.
 
  • Like
Reactions: tarynkelley